Skip to content

Commit

Permalink
Fix #6597 Use dry run in jetty.sh
Browse files Browse the repository at this point in the history
update from review

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Aug 13, 2021
1 parent d0a2d4c commit d998bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-home/src/main/resources/bin/jetty.sh
Expand Up @@ -433,7 +433,7 @@ case "`uname`" in
CYGWIN*) JETTY_START="`cygpath -w $JETTY_START`";;
esac

RUN_ARGS=$(echo $JAVA_OPTIONS ; "$JAVA" -jar "$JETTY_START" --dry-run=opts,path,main,args ${JETTY_ARGS[*]} | egrep ' org.eclipse.jetty.xml.XmlConfiguration ' )
RUN_ARGS=$(echo $JAVA_OPTIONS ; "$JAVA" -jar "$JETTY_START" --dry-run=opts,path,main,args ${JETTY_ARGS[*]})
RUN_CMD=("$JAVA" ${RUN_ARGS[@]})

#####################################################
Expand Down

0 comments on commit d998bd1

Please sign in to comment.