]> pd.if.org Git - zpackage/commitdiff
fix syntax error
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 27 Dec 2015 08:15:42 +0000 (08:15 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 27 Dec 2015 08:15:42 +0000 (08:15 +0000)
zpm-preserve

index 3b79306b1bf72a8b7bcb3b943ed7960f3566e09c..80864570606f4574b850a03a5e822fb6d22d35a3 100755 (executable)
@@ -4,7 +4,7 @@
 
 verbose=0
 
-if [ "$1" eq '-v' ]; then
+if [ "$1" = '-v' ]; then
        verbose=1
 fi