summaryrefslogtreecommitdiffstats
path: root/libexec/post-receive.d/03-build-docs
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-04 22:08:36 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-04 22:08:36 (GMT)
commit45d3e695be499cf9f9956c223883073fc20d48b4 (patch)
tree1d5c600bfa21d223773f7026a3dd8e1146a90762 /libexec/post-receive.d/03-build-docs
parentde5c705b7a7922a67a7524dc63581506546fe9c1 (diff)
downloadsite-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/03-build-docs')
-rwxr-xr-xlibexec/post-receive.d/03-build-docs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/post-receive.d/03-build-docs b/libexec/post-receive.d/03-build-docs
index 1fd7819..d717f6f 100755
--- a/libexec/post-receive.d/03-build-docs
+++ b/libexec/post-receive.d/03-build-docs
@@ -15,6 +15,8 @@
15set -e 15set -e
16set -u 16set -u
17 17
18export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin'
19
18prefix='/home/plugins' 20prefix='/home/plugins'
19repository=${PWD##*/} 21repository=${PWD##*/}
20doc_repository='nagios-plugins.git' 22doc_repository='nagios-plugins.git'