]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xzipdiff
add a comment
[xonotic/xonotic.git] / misc / tools / xzipdiff
index 25c85f7c35a5d65440d549466a5e3363fd8d7b5a..14ef0714d9c353f6f61e1e569281c668cd27fadd 100755 (executable)
@@ -34,6 +34,7 @@ makepatchname()
 }
 
 zipdiff -f "$from" -t "$to" -o "$output" -x "$excludes"
+# or maybe just include ALL not excluded files from $to in $output?
 
 tempdir=`mktemp -d -t zipdiff.XXXXXX`
 cd "$tempdir"