From b1264d7804b1aa7e5c08290357d0a5ef36309a64 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 25 Aug 1997 00:49:37 +0000 Subject: [PATCH] Bugfix. --- buildship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildship b/buildship index ff4ad5e..759c30e 100755 --- a/buildship +++ b/buildship @@ -2,7 +2,7 @@ # to release, check out a fresh copy and then run this set -e -version=`sed -n 's/^#define VERSION \".*\" *$/\1/' version.h` +version=`sed -n 's/^#define VERSION \"\(.*\)\" *$/\1/p' version.h` targz=userv-$version.tar.gz tag=`echo release-$version | sed -e 's/\./-/g'` -- 2.30.2