]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo blockign HEAD langpack generation
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 15 Sep 2008 12:38:22 +0000 (06:38 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 15 Sep 2008 12:38:22 +0000 (06:38 -0600)
mksnapshot.sh

index 608e13ec82445bc18f315e1fbfcbc9047359cbfe..6c2bf985e9fb1ab93f7f557e5972a5fedf7fdaa8 100755 (executable)
@@ -98,7 +98,7 @@ fi
 
 # Generate language-pack tarballs
 # NP: Only to be done on HEAD branch.
-if test "${VERSION}" = "HEAD" ; then
+if test "${VERSION}" = "3.HEAD" ; then
        sh -c "cd $tmpdir/errors && tar -zcf ${PWD}/${PACKAGE}-${VERSION}-${date}-langpack.tar.gz ./*/*"
        echo ${PACKAGE}-${VERSION}-${date}-langpack.tar.gz >>${tag}.out
 fi