From: David Schleef Date: Fri, 1 Feb 2002 00:16:05 +0000 (+0000) Subject: Fix problem with constructing new version numbers X-Git-Tag: r0_7_63 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a91fdcd5a41da1f130063d3426988bb9baab43b;p=comedi.git Fix problem with constructing new version numbers --- diff --git a/scripts/release b/scripts/release index 957ff16c..02d36a03 100755 --- a/scripts/release +++ b/scripts/release @@ -33,7 +33,7 @@ cvs rdiff -u -r $lasttag -r $tag comedi >patch-comedi-$version cd comedi-$version -sed "s/^SUBLEVEL.*/SUBLEVEL = $minor/" -e \ +sed -e "s/^SUBLEVEL.*/SUBLEVEL = $minor/" -e \ "s/^EXTRAVERSION.*/EXTRAVERSION = /" \ Makefile >Makefile.tmp mv Makefile.tmp Makefile