]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
make the excludes work :P
authorRudolf Polzer <divverent@xonotic.org>
Sun, 11 Mar 2012 15:42:58 +0000 (16:42 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 11 Mar 2012 15:42:58 +0000 (16:42 +0100)
misc/tools/zipdiff

index 00af981458bc66975e870e8280fba9269d8dbae8..d0a622e55268e17889a75a9c2601f468fca5529e 100755 (executable)
@@ -177,7 +177,7 @@ case "$output" in
                                mkdir -p "$tempdir/${dline%/*}"
                                unzip "$to" "$line"
                        done
-                       $ziptool "$output" .
+                       $ziptool "$output" *
                        cd ..
                fi
                ;;