[Xfce4-commits] <xfce-git-hooks:master> I guess we need to pass the command line args to the hook script.

Jannis Pohlmann jannis at xfce.org
Wed Sep 16 18:36:01 CEST 2009


Updating branch refs/heads/master
         to 1c94ff6879adad3cec2f2359c081aacdf468292a (commit)
       from 8a2f6aa76a07367a858b66a5816215508320010d (commit)

commit 1c94ff6879adad3cec2f2359c081aacdf468292a
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Wed Sep 16 18:35:38 2009 +0200

    I guess we need to pass the command line args to the hook script.

 post-receive |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/post-receive b/post-receive
index 34b3851..2fea319 100755
--- a/post-receive
+++ b/post-receive
@@ -2,4 +2,4 @@
 
 XFCE_GIT_HOOK_DIR="/usr/local/share/xfce-git-hooks"
 
-$XFCE_GIT_HOOK_DIR/hooks/post-receive-01-buildbot
+$XFCE_GIT_HOOK_DIR/hooks/post-receive-01-buildbot $@



More information about the Xfce4-commits mailing list