]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 7 Jul 2010 04:15:41 +0000 (22:15 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 7 Jul 2010 04:15:41 +0000 (22:15 -0600)
mksnapshot.sh

index 5875cb3f5f68b0fdf9e38efd22c31929e0e8360e..97b464ec88dd79c5ffe339ebc813759cc775bcc0 100755 (executable)
@@ -25,7 +25,7 @@ trap "echo FAIL-BUILD_${VERSION} ; rm -rf ${tmpdir}" 0
 
 rm -f ${tag}.out
 bzr export ${tmpdir} ${BZRROOT}/${module}/${branchpath} || exit 1
-if [ ! -f ${tmpdir}/configure ] && [ -f{ $tmpdir}/configure.in ]; then
+if [ ! -f ${tmpdir}/configure ] && [ -f ${tmpdir}/configure.in ]; then
        sh -c "cd ${tmpdir} && ./bootstrap.sh"
 fi
 if [ ! -f ${tmpdir}/configure ]; then