aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2016-11-25 18:16:33 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2016-11-25 18:16:33 +0530
commit72c02387f6e1a9d2791dd78533d0c3e909400715 (patch)
tree85f6499af47ebe24434a7954d1fc0717560e3d87
parentfix up command help for 'list-users' and 'list-members' (diff)
downloadgitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.tar.gz
gitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.tar.bz2
gitolite-gentoo-72c02387f6e1a9d2791dd78533d0c3e909400715.zip
fix shebang in repo-specific-hooks
(thanks to Dieter on the mailing list for catching this!)
-rwxr-xr-xsrc/triggers/repo-specific-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/triggers/repo-specific-hooks b/src/triggers/repo-specific-hooks
index 7ed28e5..6e229ea 100755
--- a/src/triggers/repo-specific-hooks
+++ b/src/triggers/repo-specific-hooks
@@ -85,7 +85,7 @@ for my $repo (keys %repo_hooks) {
}
__DATA__
-#/bin/sh
+#!/bin/sh
# Determine what input the hook needs
# post-update takes args, pre/post-receive take stdin