Add missing /
authorSimon Howkins <simonh@symbian.org>
Fri, 12 Feb 2010 11:54:33 +0000
changeset 895 5b76b79b6713
parent 894 828906d2a151
child 896 e7f07235b184
Add missing / Avoids potential problem of it not seeing an existing cache, depending on the CWD on the cache drive at the point the target is running (which could be anything really).
common/build.xml
--- a/common/build.xml	Fri Feb 12 10:10:56 2010 +0000
+++ b/common/build.xml	Fri Feb 12 11:54:33 2010 +0000
@@ -370,7 +370,7 @@
                 </exec>
                 <for list="${sf.spec.all.drives}" param="physical.drive">
                     <sequential>
-                        <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}${sf.spec.sourcesync.cache.path}" type="dir"/>
+                        <available property="sf.spec.sourcesync.cachelocation" value="@{physical.drive}/${sf.spec.sourcesync.cache.path}" file="@{physical.drive}/${sf.spec.sourcesync.cache.path}" type="dir"/>
                     </sequential>
                 </for>
                 <if>