Project

General

Profile

Actions

Bug #19887

closed

RUBYOPT doesn't work unless starting with `-`

Added by nobu (Nobuyoshi Nakada) 8 months ago. Updated 8 months ago.

Status:
Closed
Target version:
-
[ruby-core:114792]

Description

It was working till 1.8.

$ for ruby in ruby{1.{8..9},2.{0..7},3.{0..3}}; do RUBYOPT=w $ruby -e 'puts "'$ruby': #{$VERBOSE}"'; done
ruby1.8: true
ruby1.9: false
ruby2.0: false
ruby2.1: false
ruby2.2: false
ruby2.3: false
ruby2.4: false
ruby2.5: false
ruby2.6: false
ruby2.7: false
ruby3.0: false
ruby3.1: false
ruby3.2: false
ruby3.3: false
Actions #2

Updated by nobu (Nobuyoshi Nakada) 8 months ago

  • Status changed from Assigned to Closed

Applied in changeset git|c87f2a4f156477ba962de19866a1f6298d567398.


[Bug #19887] RUBYOPT should work without leading -

Actions

Also available in: Atom PDF

Like0
Like0Like0