You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/08/19 22:51:38 UTC

svn commit: r687152 - /ofbiz/trunk/debian/ofbiz.init

Author: doogie
Date: Tue Aug 19 13:51:38 2008
New Revision: 687152

URL: http://svn.apache.org/viewvc?rev=687152&view=rev
Log:
Forgot to remove debug before checking in.

Modified:
    ofbiz/trunk/debian/ofbiz.init

Modified: ofbiz/trunk/debian/ofbiz.init
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz.init?rev=687152&r1=687151&r2=687152&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz.init (original)
+++ ofbiz/trunk/debian/ofbiz.init Tue Aug 19 13:51:38 2008
@@ -67,9 +67,8 @@
 	)
 }
 
-if [ -n "$(which jsvc)" ] || true; then
+if [ -n "$(which jsvc)" ]; then
 	jsvc() {
-		set -x
 		jsvc_jvm=""
 		jsvc_wait=""
 		jsvc_verbose_class=""