From 1c8e8e8e42756608a9d8038b134f779c1a4e38fc Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 25 Aug 1997 00:46:49 +0000 Subject: [PATCH] Bugfix. --- buildship | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildship b/buildship index e2df0f6..886909f 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=`sed -n 's/^#define VERSION \".*\" *$/\1/` targz=userv-$version.tar.gz tag=`echo release-$version | sed -e 's/\./-/g'` -- 2.30.2