-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
Signed-off-by: Lachlan Roberts <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,8 +63,7 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then | |
shift | ||
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run, | ||
# the second one is used when generating the --dry-run output. | ||
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec | ||
. $JETTY_BASE/jetty.exec | ||
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
gregw
|
||
esac | ||
done | ||
|
||
|
This change broke our build and deploy processes. Why was this change necessary?