git-diffall icon indicating copy to clipboard operation
git-diffall copied to clipboard

Use /bin/bash in shebang line.

Open cassdeckard opened this issue 11 years ago • 0 comments

Since this script uses bash-specific features that are not supported by Bourne shell, such as $() for command substitution, it's more appropriate to use /bin/bash in the shebang since not all environments link /bin/sh to bash.

cassdeckard avatar Aug 14 '13 19:08 cassdeckard