From 8a91fdcd5a41da1f130063d3426988bb9baab43b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 1 Feb 2002 00:16:05 +0000 Subject: [PATCH] Fix problem with constructing new version numbers --- scripts/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2