You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/04/04 13:36:50 UTC

svn commit: r1088565 - /incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh

Author: psharples
Date: Mon Apr  4 11:36:50 2011
New Revision: 1088565

URL: http://svn.apache.org/viewvc?rev=1088565&view=rev
Log:
Replaced backquotes with speechmarks. See WOOKIE-196.

Modified:
    incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh

Modified: incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh?rev=1088565&r1=1088564&r2=1088565&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh (original)
+++ incubator/wookie/branches/0.9.x/etc/release/standalone/startup.sh Mon Apr  4 11:36:50 2011
@@ -1,5 +1,5 @@
 PROGARGS=
 if [ -d ./widgetDatabase ]; then
-    PROGARGS=`initDB=false`
+    PROGARGS="initDB=false"
 fi
 java -classpath lib/*:build/webapp/wookie/WEB-INF/lib/*:build/webapp/wookie/WEB-INF/classes org.apache.wookie.server.Start $PROGARGS