aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'local/update.secondary')
-rwxr-xr-xlocal/update.secondary4
1 files changed, 2 insertions, 2 deletions
diff --git a/local/update.secondary b/local/update.secondary
index 7366b76..e021472 100755
--- a/local/update.secondary
+++ b/local/update.secondary
@@ -35,8 +35,8 @@ do
# call the hooklet with the same arguments we got
"$i" "$@" || {
# hooklet failed; we need to log it...
- echo hooklet $i failed
- perl -I$GL_BINDIR -Mgitolite -e "log_it('hooklet $i failed')"
+ echo hooklet "$i" failed
+ perl -I"$GL_BINDIR" -Mgitolite -e "log_it('hooklet $i failed')"
# ...and send back some non-zero exit code ;-)
exit 1
}