Skip to content

Commit 00021bc

Browse files
committed
Initialize JDS regen variable
Without initialization it tests as true and we break no-arg execution.
1 parent 839cea6 commit 00021bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/jruby.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jdb=false
143143
NO_BOOTCLASSPATH=false
144144
VERIFY_JRUBY=false
145145
print_environment_log=false
146+
regenerate_jsa_file=false
146147

147148
if [ -z "$JRUBY_OPTS" ]; then
148149
JRUBY_OPTS=""

0 commit comments

Comments
 (0)