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

This commit is contained in:
Jenkins 2013-04-16 19:45:30 +00:00 committed by Gerrit Code Review
commit 41f7485250

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)