]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix a stupid find command :)
authorRudolf Polzer <divverent@alientrap.org>
Sun, 19 Sep 2010 19:35:03 +0000 (21:35 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 19 Sep 2010 19:35:03 +0000 (21:35 +0200)
all

diff --git a/all b/all
index cf02febbd36ab459e1fe03be9e079e3cb221c103..ef3cdd55e11d71ed9ff631dec7de42cba26c8e01 100755 (executable)
--- a/all
+++ b/all
@@ -1352,7 +1352,7 @@ case "$cmd" in
                # exe and dll files do not need +x, so this makes them eligible for 7zip compression too
                chmod a-x Xonotic/*.exe Xonotic/*.dll || true
                # let's pass crypto import laws of some nasty countries
-               crypto_libs=`find Xonotic -name \*d0_rijndael\* -exec rm -f {} \;`
+               crypto_libs=`find Xonotic -name \*d0_rijndael\*`
                if [ -n "$crypto_libs" ]; then
                        verbose mkzip Xonotic-$stamp-crypto.zip \
                                $crypto_libs