]> pd.if.org Git - zpackage/commitdiff
remove bad option
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 13 Dec 2018 00:05:15 +0000 (00:05 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 13 Dec 2018 00:05:15 +0000 (00:05 +0000)
zpm-repo

index 19c20e09f4e1a8bd63ce619ebfe3ca48d3ee115a..044238552d4ce8b4ae305f709af2a890b0db4eb4 100755 (executable)
--- a/zpm-repo
+++ b/zpm-repo
@@ -113,7 +113,7 @@ update_info() {
                fi
                if [ $rv -eq 0 ]; then
                        test -f "$rf.tmp" &&
-                       zpm test -f "$rf.tmp" &&
+                       zpm test "$rf.tmp" &&
                        mv "$rf.tmp" "$rf"
                        refresh "$repo"
                fi