From 849728118c26bd23a26ec5a4c6c7015be43f0688 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 19 Sep 2010 21:35:03 +0200 Subject: [PATCH] fix a stupid find command :) --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2