Author: doogie
Date: Tue Aug 19 13:51:38 2008
New Revision: 687152
URL:
http://svn.apache.org/viewvc?rev=687152&view=revLog:
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=""