Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index a8e82709e..52d402ce7 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -174,11 +174,11 @@
</or>
</condition>
<condition property="build_cmd" value="unix2dos *; if cmd /c build.bat" else="if sh build.sh">
- <equals arg1="${swt.os}" arg2="win32"/>
+ <equals arg1="${os}" arg2="win32"/>
</condition>
<condition property="exit_cmd" value="exit;" else="">
<or>
- <equals arg1="${swt.os}" arg2="win32"/>
+ <equals arg1="${os}" arg2="win32"/>
</or>
</condition>
<sshexec host="${machine}"

Back to the top