Update of /cvsroot/monetdb/clients/src/java
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31105
Modified Files:
Tag: Clients_1-20
version.sh
Log Message:
Address a concern by Sjoerd to make sure we respect spaces and "funny"
characters exactly as they are.
I will propagate this commit by hand.
Index: version.sh
===================================================================
RCS file: /cvsroot/monetdb/clients/src/java/Attic/version.sh,v
retrieving revision 1.10.2.7
retrieving revision 1.10.2.8
diff -u -d -r1.10.2.7 -r1.10.2.8
--- version.sh 5 Dec 2007 10:55:00 -0000 1.10.2.7
+++ version.sh 5 Dec 2007 12:16:20 -0000 1.10.2.8
@@ -114,7 +114,8 @@
../../../sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj \
../../../"*"/NT/MonetDB4-XQuery/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