diff options
author | Eric Seifert <seiferteric@gmail.com> | 2021-10-15 15:04:55 -0700 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2021-10-15 21:56:06 -0700 |
commit | 89e52faa22aef7fa5b6c3d68e570905c9b81a112 (patch) | |
tree | e1a20c2cfc0e628e59a0b4129d884d0168e1e7c6 /Ports | |
parent | 8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b (diff) | |
download | serenity-89e52faa22aef7fa5b6c3d68e570905c9b81a112.zip |
Ports: Use ruby irb legacy mode
Legacy mode seems to work better than the --nomultiline --nosingleline
mode I was using.
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/ruby/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/ruby/package.sh b/Ports/ruby/package.sh index 658ea527da..38718b7e5e 100755 --- a/Ports/ruby/package.sh +++ b/Ports/ruby/package.sh @@ -10,7 +10,7 @@ https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip ruby-logo-kit.zip 7f auth_type="sha256" launcher_name="Ruby IRB" launcher_category="Development" -launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --nomultiline --nosingleline" +launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --legacy" launcher_run_in_terminal="true" icon_file="../ruby-kit/ruby.png" |