diff options
Diffstat (limited to 'libexec/post-receive.d/01-git-export')
| -rwxr-xr-x | libexec/post-receive.d/01-git-export | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/post-receive.d/01-git-export b/libexec/post-receive.d/01-git-export index e16574c..37994e2 100755 --- a/libexec/post-receive.d/01-git-export +++ b/libexec/post-receive.d/01-git-export | |||
| @@ -15,6 +15,8 @@ | |||
| 15 | set -e | 15 | set -e |
| 16 | set -u | 16 | set -u |
| 17 | 17 | ||
| 18 | export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | ||
| 19 | |||
| 18 | prefix='/home/plugins' | 20 | prefix='/home/plugins' |
| 19 | 21 | ||
| 20 | exec "$prefix/bin/git-export" "$PWD" | 22 | exec "$prefix/bin/git-export" "$PWD" |
