You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/07/17 22:55:47 UTC

svn commit: r422865 - /lenya/zone/bin/setenv.sh

Author: thorsten
Date: Mon Jul 17 13:55:46 2006
New Revision: 422865

URL: http://svn.apache.org/viewvc?rev=422865&view=rev
Log:
Fixing spaces for the JAVA_OPTIONS

Modified:
    lenya/zone/bin/setenv.sh

Modified: lenya/zone/bin/setenv.sh
URL: http://svn.apache.org/viewvc/lenya/zone/bin/setenv.sh?rev=422865&r1=422864&r2=422865&view=diff
==============================================================================
--- lenya/zone/bin/setenv.sh (original)
+++ lenya/zone/bin/setenv.sh Mon Jul 17 13:55:46 2006
@@ -20,7 +20,7 @@
 
 DOC_ROOT=$DOC_ROOT_SRC/build/site
 export DOC_ROOT
-export JAVA_OPTIONS = '-Djava.awt.headless=true'
+export JAVA_OPTIONS='-Djava.awt.headless=true'
 
 export WEB_LOGS=http://lenya.zones.apache.org/log
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org