]> pd.if.org Git - zpackage/commitdiff
changed zpm-test message for missing file
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Nov 2018 09:34:52 +0000 (09:34 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 22 Nov 2018 09:34:52 +0000 (09:34 +0000)
zpm-test

index 9f6c8767e0b1c6460804cd403a8c5a412bd6b9f5..97d3cd62935a056162d6bf70afff3b3119571937 100755 (executable)
--- a/zpm-test
+++ b/zpm-test
@@ -15,7 +15,7 @@ shift $((OPTIND - 1))
 for pkgfile in "$@"; do
        if [ ! -f "$pkgfile" ]; then
                if [ "$verbose" -eq 1 ]; then
-                       echo $pkgfile does not appear to be a zpm package file 1>&2
+                       echo $pkgfile does not exist 1>&2
                fi
                exit 1
        fi