]> pd.if.org Git - zpackage/commitdiff
fix exit status for zpm-hash
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 23 Aug 2018 11:16:32 +0000 (11:16 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 23 Aug 2018 11:16:32 +0000 (11:16 +0000)
zpm-hash.c

index c06d53d5a4f601c199dae49cd688046bfb4fa687..46c99d28399b5b352deef7c15d532ac99c82e26b 100644 (file)
@@ -45,5 +45,5 @@ int main(int ac, char **av){
                printf("%s\n", hash);
        }
 
-       return rv;
+       return !rv;
 }