зеркало из https://github.com/github/ruby.git
Fixed the wrong variable for --executable flag
This commit is contained in:
Родитель
f2c6a3513f
Коммит
87726143ef
|
@ -51,7 +51,7 @@ def main
|
||||||
logfilename = path
|
logfilename = path
|
||||||
}
|
}
|
||||||
parser.on('-e', '--executable [RUBYPATH]', 'Makes executable parser.') {|path|
|
parser.on('-e', '--executable [RUBYPATH]', 'Makes executable parser.') {|path|
|
||||||
executable = true
|
make_executable = true
|
||||||
rubypath = (path == 'ruby' ? nil : path)
|
rubypath = (path == 'ruby' ? nil : path)
|
||||||
}
|
}
|
||||||
parser.on('-E', '--embedded', "Embeds Racc runtime in output.") {
|
parser.on('-E', '--embedded', "Embeds Racc runtime in output.") {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче