diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-04 22:08:36 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-04 22:08:36 (GMT) |
commit | 45d3e695be499cf9f9956c223883073fc20d48b4 (patch) | |
tree | 1d5c600bfa21d223773f7026a3dd8e1146a90762 /libexec/post-receive.d/04-build-web-site | |
parent | de5c705b7a7922a67a7524dc63581506546fe9c1 (diff) | |
download | site-45d3e695be499cf9f9956c223883073fc20d48b4.tar.gz |
Set PATH for all individual Git hook snippets
... just to be on the safe side.
Diffstat (limited to 'libexec/post-receive.d/04-build-web-site')
-rwxr-xr-x | libexec/post-receive.d/04-build-web-site | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/post-receive.d/04-build-web-site b/libexec/post-receive.d/04-build-web-site index 68a439c..7c178cf 100755 --- a/libexec/post-receive.d/04-build-web-site +++ b/libexec/post-receive.d/04-build-web-site | |||
@@ -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 | repository=${PWD##*/} | 21 | repository=${PWD##*/} |
20 | web_repositories='nagios-plugins.git site.git' | 22 | web_repositories='nagios-plugins.git site.git' |