Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 5c4c95f8c5..42985f4cac 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -305,7 +305,6 @@
<length string="${m_linux_x86_output}" when="greater" length="0"/>
<matches pattern="x${m_linux_x86_output}*" string="x${m_linux_x86}"/>
</and>
- <matches pattern="${m_linux_x86}*" string="${m_linux_x86_output}"/>
</condition>
<condition property="m_linux_x86_64_test" value="${success_msg}" else="${fail_msg}">
<and>

Back to the top