Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-01 19:50:51 +0000
committerAndrew Niefer2011-09-01 19:50:51 +0000
commit5a1fec73948c59f8ad41e566e882e0199a6c6fe5 (patch)
treea9ddd2ee7a03e3f1505c3fe0106e00f4b4423a51 /releng
parentf3ab18f754eaed8b21de4fe53b3777e839b129b0 (diff)
downloadrt.equinox.framework-5a1fec73948c59f8ad41e566e882e0199a6c6fe5.tar.gz
rt.equinox.framework-5a1fec73948c59f8ad41e566e882e0199a6c6fe5.tar.xz
rt.equinox.framework-5a1fec73948c59f8ad41e566e882e0199a6c6fe5.zip
fix detection of s390
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 91532102a..e4547e7ee 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -235,7 +235,7 @@
<equals arg1="${os}" arg2="macosx" />
</condition>
<condition property="buildS390" >
- <contains string="${os}" substring="s390" />
+ <contains string="${arch}" substring="s390" />
</condition>
<condition property="buildNix" >
<not><or>

Back to the top