Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit c7cb6ee

Browse files
committed
Revert "Fix problem when no options are defined"
This reverts commit fe516d9.
1 parent 0d175c5 commit c7cb6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/head.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ fi
3838
self="${BASH_SOURCE[0]}"
3939
selfdir="$(cd "$(dirname "${self}")" ; pwd)"
4040
selfpath="$selfdir/$(basename "$self")"
41-
exec "$java_command" "${options[@]-}" -Dboot.app.path="$selfpath" -jar "$0" "$@"
41+
exec "$java_command" "${options[@]}" -Dboot.app.path="$selfpath" -jar "$0" "$@"

0 commit comments

Comments
 (0)