scripts: unset GREP_OPTIONS in env and feeds (fixes #16924)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41407
This commit is contained in:
Felix Fietkau
2014-06-30 06:50:22 +00:00
parent 26b06940a9
commit dcb5d00875
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
BASEDIR="$PWD"
ENVDIR="$PWD/env"
export GREP_OPTIONS=
usage() {
cat <<EOF