Project

General

Profile

Actions

Bug #2599

closed

shell/command-processor.rb に typo

Added by sho-h (Sho Hashimoto) over 15 years ago. Updated about 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-12-06 trunk 26025) [i686-linux]
Backport:

Description

=begin
shell/command-processor.rb に typo があるようです。

--- lib/shell/command-processor.rb (revision 26303)
+++ lib/shell/command-processor.rb (working copy)
@@ -520,7 +520,7 @@
id = id.intern if id.kind_of?(String)
name = id.id2name
if Shell.method_defined?(id)

  •   Shell.notify "warn: override definnition of Shell##{name}."
    
  •   Shell.notify "warn: override definition of Shell##{name}."
      Shell.notify "warn: alias Shell##{name} to Shell##{name}_org.\n"
      Shell.module_eval "alias #{name}_org #{name}"
     end
    

@@ -536,7 +536,7 @@
end], FILE, LINE)

    if Shell::Filter.method_defined?(id)
  •   Shell.notify "warn: override definnition of Shell::Filter##{name}."
    
  •   Shell.notify "warn: override definition of Shell::Filter##{name}."
      Shell.notify "warn: alias Shell##{name} to Shell::Filter##{name}_org."
      Filter.module_eval "alias #{name}_org #{name}"
     end
    

=end


Files

fix_typo.patch (974 Bytes) fix_typo.patch sho-h (Sho Hashimoto), 01/12/2010 10:30 PM
Actions

Also available in: Atom PDF

Like0
Like0