diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-14 23:51:12 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-14 23:51:12 +0000 |
commit | 90a24cf0c42065f21ff698aa24822a650f266ba6 (patch) | |
tree | dcffd233332db88736c8891654dc561783cca7f0 | |
parent | 0aa7cfcd15b65e57703a029c9414d14f53d463fe (diff) |
Upgraded 2.0 clean.sh.
git-svn-id: http://svn.telesphoreo.org/trunk@220 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | clean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ for file in \ + /System/Library/LaunchDaemons/com.devteam.openssh.sshd.plist \ /bin/[ \ /bin/csh \ /bin/domainname \ @@ -128,5 +129,5 @@ for file in \ /usr/sbin/zdump \ /usr/sbin/zic do - ls dest/iphoneos-arm/*/${file#/} 2>/dev/null + rm -f "${file#/}" done |