We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb52d58 commit 7cdc09eCopy full SHA for 7cdc09e
c
@@ -46,7 +46,7 @@ else
46
fi
47
48
# Hadle --clear-cache
49
-[[ "$1" == "--clear-cache" ]] && { rm -rf "$tmproot"; exit 0; }
+[[ "$1" == "--clear-cache" ]] && exec rm -rf "$tmproot"
50
51
# ensure our $CC and $CXX variables are set
52
[[ -z "$CC" ]] && CC=cc
0 commit comments