summaryrefslogtreecommitdiff
path: root/hooks/git/chained_hook
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/git/chained_hook')
-rwxr-xr-xhooks/git/chained_hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/git/chained_hook b/hooks/git/chained_hook
index f9feb2fc..edb6b83b 100755
--- a/hooks/git/chained_hook
+++ b/hooks/git/chained_hook
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Some aspects of this approach are due to:
# http://blog.bluefeet.net/2011/08/chained-git-hooks/