Actions
Bug #10435
closedruby -c file can run.
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.0dev (2014-10-27 trunk 48168) [x86_64-linux]
Backport:
Description
ruby -c file としたときに、実行が起きてしまうことがあるようです。
% cat z.rb
#! /usr/bin/env ruby -r./z
p :run
% ruby -vc z.rb
ruby 2.2.0dev (2014-10-27 trunk 48168) [x86_64-linux]
:run
Syntax OK
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Applied in changeset r48175.
ruby.c: no -r when dump
- ruby.c (process_options, load_file_internal2): should not
require other files when dump option is given.
[ruby-dev:48712] [Bug #10435]
Actions
Like0
Like0