Use "/usr/bin/env perl" to make it work on systems without /usr/bin/perl.

This commit is contained in:
Thomas Klausner 2010-12-07 10:32:26 +01:00
parent 66d4350b8c
commit 137a4680f2

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
# A hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should