You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2009/07/16 05:34:03 UTC

svn commit: r794506 - /geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh

Author: xuhaihong
Date: Thu Jul 16 03:34:01 2009
New Revision: 794506

URL: http://svn.apache.org/viewvc?rev=794506&view=rev
Log:
GERONIMO-4589 Does not echo the command after expection occur in command line deploy.sh (Patch from Han Hong Fang)

Modified:
    geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh

Modified: geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh?rev=794506&r1=794505&r2=794506&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh (original)
+++ geronimo/server/trunk/framework/configs/geronimo-boilerplate/src/main/underlay/contents/bin/deploy.sh Thu Jul 16 03:34:01 2009
@@ -181,7 +181,9 @@
   fi
 fi
 
-exec "$_RUNJAVA" $JAVA_OPTS $GERONIMO_OPTS \
+"$_RUNJAVA" $JAVA_OPTS $GERONIMO_OPTS \
   -Dorg.apache.geronimo.home.dir="$GERONIMO_HOME" \
   -Djava.io.tmpdir="$GERONIMO_TMPDIR" \
   -jar "$GERONIMO_HOME"/bin/deployer.jar "$@" 
+
+stty echo