Ignore:
Timestamp:
Jun 14, 2017, 9:11:26 PM (7 years ago)
Author:
coas-nagasima
Message:

mrubyの2回目のビルドがクリーンを行わないとエラーになってしまうのを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-1.2.0/minirake

    r270 r299  
    141141      def [](task_name)
    142142        task_name = task_name.to_s
     143        if task_name.end_with?(":")
     144          task_name = task_name.slice(0, task_name.length - 1)
     145        end
    143146        if task = TASKS[task_name]
    144147          return task
Note: See TracChangeset for help on using the changeset viewer.