From: Henrik Nordstrom Date: Thu, 13 Mar 2008 20:39:40 +0000 (-0600) Subject: Fix 3.0 snapshots X-Git-Tag: BASIC_TPROXY4~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d81d6f38512a92aaaccbc38c01ca070b6c28fef2;p=thirdparty%2Fsquid.git Fix 3.0 snapshots --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 050e258b4c..3d2146a483 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -30,14 +30,14 @@ if [ ! -f $tmpdir/configure ]; then fi cd $tmpdir -eval `grep "^ *VERSION=" configure | sed -e 's/-BZR//'` +eval `grep "^ *VERSION=" configure | sed -e 's/-BZR//' | sed -e 's/-CVS//'` eval `grep "^ *PACKAGE=" configure` ed -s configure.in <