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).
--- 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>