Check-in Number:
|
3252 | |
Date: |
2003-Feb-13 16:40:16 (local)
2003-Feb-13 15:40:16 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix regex |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/devtool.conf 1.15 -> 1.16
--- devtool.conf 2003/02/13 15:35:16 1.15
+++ devtool.conf 2003/02/13 15:40:16 1.16
@@ -48,7 +48,7 @@
%version
./shtool version -l c -n "OSSP fsl" -p "fsl_" -e fsl_version.c
V=`./shtool version -lc -dlong fsl_version.c`
- sed -e "s/Version .*(.*)/Version $V/g" <README >README.n && mv README.n README
+ sed -e "s/Version .*/Version $V/g" <README >README.n && mv README.n README
%tag
V=`./shtool version -lc -dshort fsl_version.c | sed -e 's;\.;_;g'`
|
|