From: Rudolf Polzer Date: Sun, 11 Mar 2012 15:42:58 +0000 (+0100) Subject: make the excludes work :P X-Git-Tag: xonotic-v0.7.0~70 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e20e03d14236f228f46aec4ad4417fe98ff9133f;p=xonotic%2Fxonotic.git make the excludes work :P --- diff --git a/misc/tools/zipdiff b/misc/tools/zipdiff index 00af9814..d0a622e5 100755 --- a/misc/tools/zipdiff +++ b/misc/tools/zipdiff @@ -177,7 +177,7 @@ case "$output" in mkdir -p "$tempdir/${dline%/*}" unzip "$to" "$line" done - $ziptool "$output" . + $ziptool "$output" * cd .. fi ;;