Browse code

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

Change-Id: I3c8fa21793906d80790c31ed02f585eff35a64a5

Jason Dunsmore authored on 2013/04/11 00:17:40
Showing 1 changed files
... ...
@@ -18,6 +18,9 @@
18 18
 
19 19
 # Learn more and get the most recent version at http://devstack.org
20 20
 
21
+# Make sure custom grep options don't get in the way
22
+unset GREP_OPTIONS
23
+
21 24
 # Keep track of the devstack directory
22 25
 TOP_DIR=$(cd $(dirname "$0") && pwd)
23 26