niclas 2003/12/28 18:16:51 Modified: merlin/platform/src/bin internal-unix.sh Log: Fixed a reported problem with the script (yet again) when multiple arguments are used. This was forgotten during the 'space' solving last week. Spaces in dir/files are now required to be entered on the command-line with double backslashes. I can't find any other solution. Revision Changes Path 1.3 +1 -1 avalon/merlin/platform/src/bin/internal-unix.sh Index: internal-unix.sh =================================================================== RCS file: /home/cvs/avalon/merlin/platform/src/bin/internal-unix.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- internal-unix.sh 23 Dec 2003 22:48:59 -0000 1.2 +++ internal-unix.sh 29 Dec 2003 02:16:51 -0000 1.3 @@ -12,7 +12,7 @@ JAVA="$JAVA_HOME/bin/java" -ARGS="$MERLIN_JVM_OPTS \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" \"-Djava.ext.dirs=$MERLIN_HOME/ext\" -jar \"$MERLIN_BOOTSTRAP_JAR\" $MERLIN_ARGS \"[EMAIL PROTECTED]"" +ARGS="$MERLIN_JVM_OPTS \"-Djava.security.policy=$MERLIN_HOME/bin/security.policy\" \"-Djava.ext.dirs=$MERLIN_HOME/ext\" -jar \"$MERLIN_BOOTSTRAP_JAR\" $MERLIN_ARGS $@" echo -n "$JAVA" >$MERLIN_HOME/command-line.log echo "$ARGS" >>$MERLIN_HOME/command-line.log
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]