diff options
Diffstat (limited to 'post-receive-stagit')
| -rwxr-xr-x | post-receive-stagit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/post-receive-stagit b/post-receive-stagit index 7b5d992..93107cd 100755 --- a/post-receive-stagit +++ b/post-receive-stagit | |||
| @@ -91,8 +91,9 @@ if [ "$1" = "index" ]; then | |||
| 91 | elif [ "$1" = "all" ]; then | 91 | elif [ "$1" = "all" ]; then |
| 92 | for g in *.git; do | 92 | for g in *.git; do |
| 93 | cd $g | 93 | cd $g |
| 94 | printf "#!/bin/sh\n\n$bindir/post-receive-stagit\n" >> \ | 94 | printf "#!/bin/sh\n\n$bindir/post-receive-stagit\n" > \ |
| 95 | hooks/post-receive | 95 | hooks/post-receive |
| 96 | chmod +x hooks/post-receive | ||
| 96 | $bindir/post-receive-stagit | 97 | $bindir/post-receive-stagit |
| 97 | cd | 98 | cd |
| 98 | done | 99 | done |
