Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2015-05-13 02:28:16 +0300
committerBryan Drewery <bryan@shatow.net>2015-05-13 02:28:16 +0300
commit6352b05c9a2a6455da4feecde2e538d3affa0a1e (patch)
tree4713ea9dbdec008bbd679ec4e05a18b89bf16606 /src/bin/poudriere
parent14baa90af63d91d35dc04c05338f85e0c4e364c6 (diff)
Restore /usr/sbin and /sbin to PATH lost in b5073c
Diffstat (limited to 'src/bin/poudriere')
-rwxr-xr-xsrc/bin/poudriere2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/poudriere b/src/bin/poudriere
index 641bb2b8..6a157d38 100755
--- a/src/bin/poudriere
+++ b/src/bin/poudriere
@@ -98,7 +98,7 @@ else
LIBEXECPREFIX="${POUDRIEREPREFIX}/libexec/poudriere"
fi
CMD_ENV="${CMD_ENV} LIBEXECPREFIX=${LIBEXECPREFIX}"
-CMD_ENV="${CMD_ENV} PATH=${LIBEXECPREFIX}:${PATH}"
+CMD_ENV="${CMD_ENV} PATH=${LIBEXECPREFIX}:${PATH}:/sbin:/usr/sbin"
CMD_ENV="${CMD_ENV} POUDRIERE_VERSION=${POUDRIERE_VERSION}"
# Handle special-case commands first.