diff options
Diffstat (limited to 'libcxx/test/testit')
-rwxr-xr-x | libcxx/test/testit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/testit b/libcxx/test/testit index c7409160f82..eea3858a628 100755 --- a/libcxx/test/testit +++ b/libcxx/test/testit @@ -8,7 +8,7 @@ # // # //===--------------------------------------------------------------------===// -if [ -z $CC ] +if [ -z "$CC" ] then if which xcrun >/dev/null then |