mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed the wrong variable for --executable flag
This commit is contained in:
parent
f2c6a3513f
commit
87726143ef
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def main
|
|||
logfilename = path
|
||||
}
|
||||
parser.on('-e', '--executable [RUBYPATH]', 'Makes executable parser.') {|path|
|
||||
executable = true
|
||||
make_executable = true
|
||||
rubypath = (path == 'ruby' ? nil : path)
|
||||
}
|
||||
parser.on('-E', '--embedded', "Embeds Racc runtime in output.") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue