chiark / gitweb /
Incorporate markups on all paper copies to date.
[userv.git] / 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'`