Merge pull request #576 from fanyeren/patch-10

debootstrap failed when $GREP_OPTIONS color is set
This commit is contained in:
Stéphane Graber 2015-06-30 15:00:29 -04:00
commit 8b9d08041e

View File

@ -32,6 +32,7 @@ done
# Make sure the usual locations are in PATH
export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
export GREP_OPTIONS=""
MIRROR=${MIRROR:-http://http.debian.net/debian}
SECURITY_MIRROR=${SECURITY_MIRROR:-http://security.debian.org/}