Don't unset CCACHE_DIR when bisecting

This commit is contained in:
Travis Cross 2014-04-30 17:01:00 +00:00
parent e57484af9b
commit 43c9f6d5f9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cat > $runscript <<'EOF'
build_fs () (
set -e
unset CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS CCACHE_DIR V VERBOSE
unset CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS V VERBOSE
export V=1 VERBOSE=1
git clean -fdx
git reset --hard HEAD