From: Rudolf Polzer Date: Sun, 19 Sep 2010 19:35:03 +0000 (+0200) Subject: fix a stupid find command :) X-Git-Tag: xonotic-v0.1.0preview~125^2~26 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=849728118c26bd23a26ec5a4c6c7015be43f0688 fix a stupid find command :) --- diff --git a/all b/all index cf02febb..ef3cdd55 100755 --- 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