Make sure custom grep options don't get in the way

Change-Id: I3c8fa21793906d80790c31ed02f585eff35a64a5
This commit is contained in:
Jason Dunsmore 2013-04-10 10:17:40 -05:00
parent a1c183b4ef
commit 4e971118ff

View File

@ -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)