Skip to content

Commit

Permalink
Use short module flag
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 11, 2024
1 parent c3d3b35 commit c15ad3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ append java_args -Djruby.home="$JRUBY_HOME" \
-Djruby.shell="$JRUBY_SHELL"

if $use_modules; then
append java_args "--module" "org.jruby.base/$java_class"
append java_args "-m" "org.jruby.base/$java_class"
else
append java_args "$java_class"
fi
Expand Down

0 comments on commit c15ad3d

Please sign in to comment.