Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.releng/build.xml')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 62c70c4c1..40ee1f881 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -41,7 +41,7 @@
<echo message="mkdir @{dir}" />
<parseLocation prefix="@{dir}" location="@{dir}" />
<exec executable="ssh" >
- <arg value="${@{dir}_machine}" />
+ <arg value="${@{dir}_user_machine}" />
<arg line="mkdir -p ${@{dir}_folder}" />
</exec>
</sequential>

Back to the top