Skip to content

Commit

Permalink
Merge pull request #104 from coladict/master
Browse files Browse the repository at this point in the history
Prevent grep from taking messy environment options in autogen
  • Loading branch information
cameronwhite committed Jul 25, 2015
2 parents 63b2c56 + 396e52a commit 9cb5b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autogen.sh
Expand Up @@ -93,6 +93,8 @@ if test "$DIE" -eq 1; then
exit 1
fi

unset GREP_OPTIONS

xbuild_version=`xbuild /version | grep '^XBuild' | egrep -o '([0-9]+\.?){2,}'`
check_version "$xbuild_version" "2.4" 2> /dev/null
if test $? -eq 9; then
Expand Down

0 comments on commit 9cb5b39

Please sign in to comment.