From b017349867f2c33f0a671a3fefacd6774dcbace2 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 24 Nov 2008 10:14:34 +0000
Subject: [PATCH] Fix for Issue 3025: results should be the same on all OS/platforms
---
opends/tests/staf-tests/shared/ant/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/ant/build.xml b/opends/tests/staf-tests/shared/ant/build.xml
index 0d2aead..437aa15 100644
--- a/opends/tests/staf-tests/shared/ant/build.xml
+++ b/opends/tests/staf-tests/shared/ant/build.xml
@@ -79,7 +79,7 @@
<switch value="${os.arch}">
<case value="sparc">
<!-- Solaris sparc -->
- <exec executable="isainfo" output="os.bits">
+ <exec executable="isainfo" outputproperty="os.bits">
<arg value="-b"/>
</exec>
<switch value="${os.bits}">
--
Gitblit v1.10.0