Skip to content

Commit

Permalink
Merge pull request #158 from chocolateboy/remove_unused_opt_table_ent…
Browse files Browse the repository at this point in the history
…ries

remove obsolete OPT_TABLE entries
  • Loading branch information
hsbt authored Oct 3, 2016
2 parents 40d1f62 + f9a1b4a commit 277a653
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/rake/file_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ module FileUtils
RbConfig::CONFIG["ruby_install_name"] + RbConfig::CONFIG["EXEEXT"]).
sub(/.*\s.*/m, '"\&"')

OPT_TABLE["sh"] = %w(noop verbose)
OPT_TABLE["ruby"] = %w(noop verbose)

# Run the system command +cmd+. If multiple arguments are given the command
# is run directly (without the shell, same semantics as Kernel::exec and
# Kernel::system).
Expand Down

0 comments on commit 277a653

Please sign in to comment.