scripts: unset GREP_OPTIONS in env and feeds (fixes #16924)
[12.09/openwrt.git] / scripts / env
index 24d4bec..5542b20 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 BASEDIR="$PWD"
 ENVDIR="$PWD/env"
+export GREP_OPTIONS=
 
 usage() {
        cat <<EOF