Co-authored-by: Francois @fanf42 Armand <francois.armand@normation.com>
This commit is contained in:
parent
64d12e2a5a
commit
2dfbea1bc4
|
@ -434,7 +434,7 @@ case "`uname`" in
|
|||
CYGWIN*) JETTY_START="`cygpath -w $JETTY_START`";;
|
||||
esac
|
||||
|
||||
RUN_ARGS=$("$JAVA" -jar "$JETTY_START" --dry-run=opts,path,main,args ${JETTY_ARGS[*]})
|
||||
RUN_ARGS=$("$JAVA" -jar "$JETTY_START" --dry-run=opts,path,main,args ${JETTY_ARGS[*]} ${JAVA_OPTIONS[*]})
|
||||
RUN_CMD=("$JAVA" $JETTY_SYS_PROPS ${RUN_ARGS[@]})
|
||||
|
||||
#####################################################
|
||||
|
|
Loading…
Reference in New Issue