Use "/usr/bin/env perl" to make it work on systems without /usr/bin/perl.
This commit is contained in:
parent
66d4350b8c
commit
137a4680f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue