Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-14 20:18:10 +0000
committerAndrew Niefer2011-09-14 20:18:10 +0000
commita43abe89cbc5b5a6911d3bd2942b8d2a96122c36 (patch)
treeca8c5c594f83f9d8a85005daf601e639fba05395 /releng
parent9f6ee980d64d210d0bbf19eba8f0221544594bdb (diff)
downloadrt.equinox.framework-a43abe89cbc5b5a6911d3bd2942b8d2a96122c36.tar.gz
rt.equinox.framework-a43abe89cbc5b5a6911d3bd2942b8d2a96122c36.tar.xz
rt.equinox.framework-a43abe89cbc5b5a6911d3bd2942b8d2a96122c36.zip
fix remote mkdir
Diffstat (limited to 'releng')
-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