Author: helder
Date: Mon Aug 13 08:42:09 2012
New Revision: 1372317

URL: http://svn.apache.org/viewvc?rev=1372317&view=rev
Log:
General:
  More intuitive quoting of Java binary, mostly for consistency
    (triggered by changes made in revision 1372226);

Modified:
    xmlgraphics/batik/trunk/build.sh

Modified: xmlgraphics/batik/trunk/build.sh
URL: 
http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/build.sh?rev=1372317&r1=1372316&r2=1372317&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/build.sh (original)
+++ xmlgraphics/batik/trunk/build.sh Mon Aug 13 08:42:09 2012
@@ -67,4 +67,4 @@ fi
 
 # $JAVA_HOME/bin/java -version
 
-"$JAVA_HOME"/bin/java $ANT_OPTS -classpath "$CP" org.apache.tools.ant.Main 
-emacs -Dant.home=$ANT_HOME $TARGET -Dargs="$*"
+"$JAVA_HOME/bin/java" $ANT_OPTS -classpath "$CP" org.apache.tools.ant.Main 
-emacs -Dant.home=$ANT_HOME $TARGET -Dargs="$*"


Reply via email to