Merge "Ensure sbin is in PATH."

This commit is contained in:
Jenkins 2014-10-02 16:11:39 +00:00 committed by Gerrit Code Review
commit f156ebfaeb

View File

@ -34,6 +34,9 @@ export LC_ALL
# Make sure umask is sane # Make sure umask is sane
umask 022 umask 022
# Not all distros have sbin in PATH for regular users.
PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
# Keep track of the devstack directory # Keep track of the devstack directory
TOP_DIR=$(cd $(dirname "$0") && pwd) TOP_DIR=$(cd $(dirname "$0") && pwd)