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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
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=""