You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ch...@apache.org on 2012/05/23 22:00:09 UTC

svn commit: r1342005 - /incubator/flex/trunk/build.xml

Author: cherreman
Date: Wed May 23 20:00:09 2012
New Revision: 1342005

URL: http://svn.apache.org/viewvc?rev=1342005&view=rev
Log:
Fixed small inconsistency in echo message when checking AIR_HOME

Modified:
    incubator/flex/trunk/build.xml

Modified: incubator/flex/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/build.xml?rev=1342005&r1=1342004&r2=1342005&view=diff
==============================================================================
--- incubator/flex/trunk/build.xml (original)
+++ incubator/flex/trunk/build.xml Wed May 23 20:00:09 2012
@@ -121,7 +121,7 @@
     <target name="check-air-home" unless="AIR_HOME.set"
         description="Check that AIR_HOME is a directory">
         
-        <echo message="AIR-HOME is ${env.AIR_HOME}"/>
+        <echo message="AIR_HOME is ${env.AIR_HOME}"/>
 
         <condition property="AIR_HOME.set">
             <and>