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

index ecc1b39f1dcdee3d29d88faaabcf3f109ca10fd5..ff4ad5e69813b53128e034a1abf79ebeda365137 100755 (executable)
--- a/buildship
+++ b/buildship
@@ -2,7 +2,7 @@
 # to release, check out a fresh copy and then run this
 
 set -e
 # 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/' version.h`
 targz=userv-$version.tar.gz
 tag=`echo release-$version | sed -e 's/\./-/g'`
 
 targz=userv-$version.tar.gz
 tag=`echo release-$version | sed -e 's/\./-/g'`