|
Check-in Number:
|
2461 | |
| Date: |
2002-Aug-01 13:43:04 (local)
2002-Aug-01 11:43:04 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
fix devtool version command |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/fsl/devtool.conf 1.11 -> 1.12
--- devtool.conf 2002/08/01 09:36:53 1.11
+++ devtool.conf 2002/08/01 11:43:04 1.12
@@ -51,7 +51,7 @@
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'`
+ V=`./shtool version -lc -dshort fsl_version.c | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as FSL_${V}"
cvs commit -m 'flush pending changes before tagging'
cvs tag FSL_${V}
|
|