commit | 41f748525090a994baad2d12e7b93994ad71e093 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Apr 16 19:45:30 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Apr 16 19:45:30 2013 +0000 |
tree | a2c331b58ad87cd0c681276c1ab8ebbece5130b9 | |
parent | 3927fa76d27352b816adb67260cca3602dde5724 [diff] | |
parent | 4e971118ff410407ead7b577cc31bf7341555746 [diff] |
Merge "Make sure custom grep options don't get in the way"
diff --git a/stack.sh b/stack.sh index 8c92ea6..497e8a1 100755 --- a/stack.sh +++ b/stack.sh
@@ -18,6 +18,9 @@ # Learn more and get the most recent version at http://devstack.org +# Make sure custom grep options don't get in the way +unset GREP_OPTIONS + # Keep track of the devstack directory TOP_DIR=$(cd $(dirname "$0") && pwd)