You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/08/22 02:38:04 UTC

svn commit: r433443 - /db/derby/code/trunk/build.xml

Author: djd
Date: Mon Aug 21 17:38:03 2006
New Revision: 433443

URL: http://svn.apache.org/viewvc?rev=433443&view=rev
Log:
DERBY-744 Correct checking if the sane property is set.
Patch contributed by Andrew McIntyre

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=433443&r1=433442&r2=433443&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Mon Aug 21 17:38:03 2006
@@ -71,7 +71,7 @@
       <or>
         <equals arg1="${sane}" arg2="true"/>
         <not>
-          <isset property="${sane}"/>
+          <isset property="sane"/>
         </not>
       </or>
     </condition>