]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix a small keyboard typo / vi ghost..
authorhno <>
Sun, 20 Oct 2002 03:50:22 +0000 (03:50 +0000)
committerhno <>
Sun, 20 Oct 2002 03:50:22 +0000 (03:50 +0000)
mkrelease.sh

index 3f8d98c8363fcd3f17f62679a3db91887d8268a2..831080b32b02f39669b77d0560ed090263f31dd1 100755 (executable)
@@ -2,7 +2,7 @@
 if [ $# -ne 1 -a $# -ne 2 ]; then
        echo "Usage: $0 revision [destination]"
        exit 1
-i
+fi
 package=squid
 module=squid3
 rev=`echo $1 | sed -e "s/^${package}-//"`