Update of /cvsroot/monetdb/java
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8543
Modified Files:
version.sh
Log Message:
Address a concern by Sjoerd to make sure we respect spaces and "funny"
characters exactly as they are.
Index: version.sh
===================================================================
RCS file: /cvsroot/monetdb/java/version.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- version.sh 5 Dec 2007 10:57:25 -0000 1.7
+++ version.sh 5 Dec 2007 12:24:51 -0000 1.8
@@ -124,7 +124,8 @@
../sql/NT/MonetDB5-SQL{,64}/MonetDB5-SQL-Installer.vdproj \
../"*"/NT/MonetDB4-XQuery{,64}/MonetDB4-XQuery-Installer.vdproj \
; do
- file=$(eval echo ${file})
+ [[ ${file} == *"*"* ]] \
+ && file=$(eval echo "${file%/\*/*}"/*/"${file#*/\*/}")
if [[ -f ${file} ]] ; then
for f in $FILES ; do
fr=${f//XXX/${NEW_MAJOR}.${NEW_MINOR}}
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins