DescriptionRemove bash-specific syntax from traceurc.
${parameter:offset:length} and 'exit -1' are a bash-specific features.
${parameter#prefix_to_remove} and 'exit 1' are passable replacements this case.
This is a problem on Debian-based systems, or any system where /bin/sh is not a
symlink to /bin/bash. Syntax tested with bash, dash and Busybox ash, and should
work with BSD sh, according to the man page.
BUG=http://code.google.com/p/traceur-compiler/issues/detail?id=111
Patch Set 1 #MessagesTotal messages: 5
|