From: Automatic source maintenance Date: Wed, 7 Jul 2010 04:15:41 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: SQUID_3_2_0_1~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dc0664cf60ed420c80a4da4d56f56a503f0896d;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 5875cb3f5f..97b464ec88 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -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