summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorEric Seifert <seiferteric@gmail.com>2021-10-15 15:04:55 -0700
committerBrian Gianforcaro <b.gianfo@gmail.com>2021-10-15 21:56:06 -0700
commit89e52faa22aef7fa5b6c3d68e570905c9b81a112 (patch)
treee1a20c2cfc0e628e59a0b4129d884d0168e1e7c6 /Ports
parent8ced224f04f8cc9fec730fdd65e0b2b1d7b1d21b (diff)
downloadserenity-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-xPorts/ruby/package.sh2
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"