]> git.saurik.com Git - apple/libc.git/blobdiff - xcodescripts/force_libc_to_build.sh
Libc-1272.200.26.tar.gz
[apple/libc.git] / xcodescripts / force_libc_to_build.sh
old mode 100644 (file)
new mode 100755 (executable)
index d4ed302..28b1c1e
@@ -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"