Skip to content

Commit b02da80

Browse files
Add missing -
1 parent 6c561c2 commit b02da80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/bin/dotr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ while [[ $# -gt 0 ]]; do
6565
shift
6666
;;
6767
-J*)
68-
addJvmOptions "${1:2}"
68+
addJvmOptions "-${1:2}"
6969
shift ;;
7070
*)
7171
residual_args+=("$1")

0 commit comments

Comments
 (0)