You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/03/27 22:11:35 UTC

svn commit: r389251 - /incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix

Author: gnodet
Date: Mon Mar 27 12:11:33 2006
New Revision: 389251

URL: http://svn.apache.org/viewcvs?rev=389251&view=rev
Log:
Fix problem when starting in another directory on Unix systems

Modified:
    incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix

Modified: incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix?rev=389251&r1=389250&r2=389251&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix (original)
+++ incubator/servicemix/trunk/servicemix-assembly/src/main/release/bin/servicemix Mon Mar 27 12:11:33 2006
@@ -246,8 +246,6 @@
 }
 
 run() {
-    # Compensate for funky hot-deploy issues
-    cd $SERVICEMIX_HOME
     # For Cygwin, switch paths to Windows format before running java
     if $cygwin; then
         SERVICEMIX_HOME=`cygpath --path --windows "$SERVICEMIX_HOME"`