| commit | f156ebfaebabcb10ca59cc564e01b72398c53271 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Oct 02 16:11:39 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Oct 02 16:11:39 2014 +0000 |
| tree | 9519f2a0eec233316d64292c395973731707ae27 | |
| parent | d38675cd9e11ba04b57eefcb5df67cb79aa187cc [diff] | |
| parent | 7df9d1be17162feabeaba35faa87baf09debe590 [diff] |
Merge "Ensure sbin is in PATH."
diff --git a/stack.sh b/stack.sh index ccae453..2a6a0c4 100755 --- a/stack.sh +++ b/stack.sh
@@ -34,6 +34,9 @@ # Make sure umask is sane 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 TOP_DIR=$(cd $(dirname "$0") && pwd)