common/build.xml
changeset 895 5b76b79b6713
parent 892 24ecf67cba71
child 901 1bec8957803b
--- 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>