Go to file
Gaëtan Lehmann 8653d28606 Reference bash explicitly in shebang lines
On Solaris, where /bin/sh is actually sh, not bash, some expressions
like $() are not supported.  Git's own scripts on this machine are
configured to use "#!/bin/bash".  Change our shebang line to

  #!/usr/bin/env bash

which should work almost everywhere.
2010-08-03 11:07:24 -04:00
.gitignore Teach Git to ignore sample hooks 2010-04-01 15:33:56 -04:00
commit-msg Reference bash explicitly in shebang lines 2010-08-03 11:07:24 -04:00
pre-commit Reference bash explicitly in shebang lines 2010-08-03 11:07:24 -04:00