chiark / gitweb /
Bugfix.
authorian <ian>
Mon, 25 Aug 1997 00:49:37 +0000 (00:49 +0000)
committerian <ian>
Mon, 25 Aug 1997 00:49:37 +0000 (00:49 +0000)
buildship

index ff4ad5e69813b53128e034a1abf79ebeda365137..759c30e716e37f47f6a5c81cac3028398b2e8185 100755 (executable)
--- 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'`