commit | 4e971118ff410407ead7b577cc31bf7341555746 | [log] [tgz] |
---|---|---|
author | Jason Dunsmore <jasondunsmore@gmail.com> | Wed Apr 10 10:17:40 2013 -0500 |
committer | Jason Dunsmore <jasondunsmore@gmail.com> | Wed Apr 10 13:45:22 2013 -0500 |
tree | 0d24febc90f1cea2fdc7c962821f6e7602454590 | |
parent | a1c183b4effc8a9859ed5529577f209bbd9bb880 [diff] [blame] |
Make sure custom grep options don't get in the way Change-Id: I3c8fa21793906d80790c31ed02f585eff35a64a5
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)