]> git.saurik.com Git - apple/libc.git/blobdiff - xcodescripts/force_libc_to_build.sh
Libc-1244.1.7.tar.gz
[apple/libc.git] / xcodescripts / force_libc_to_build.sh
index d4ed3029c766cf6cacabaad072dae8a787ab260f..28b1c1edab9dc09db9bc58966b7dde11d3bba3cb 100644 (file)
@@ -10,4 +10,4 @@ if [ "x$ACTION" == "xinstallhdrs" ]; then exit 0; fi
 
 DEPS_C="$BUILT_PRODUCTS_DIR/deps.c"
 
-[ -e $DEPS_C ] && rm -f $DEPS_C
+[ -e "$DEPS_C" ] && rm -f "$DEPS_C"