Author: xuhaihong
Date: Thu Jul 16 03:35:33 2009
New Revision: 794507
URL: http://svn.apache.org/viewvc?rev=794507&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/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/deploy.sh
Modified: geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/deploy.sh
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/deploy.sh?rev=794507&r1=794506&r2=794507&view=diff
==============================================================================
--- geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/deploy.sh
(original)
+++ geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/src/main/underlay/bin/deploy.sh
Thu Jul 16 03:35:33 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
|