You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by dj...@apache.org on 2009/06/23 02:04:54 UTC

svn commit: r787476 - /buildr/trunk/lib/buildr/shell.rb

Author: djspiewak
Date: Tue Jun 23 00:04:54 2009
New Revision: 787476

URL: http://svn.apache.org/viewvc?rev=787476&view=rev
Log:
Note to self

Modified:
    buildr/trunk/lib/buildr/shell.rb

Modified: buildr/trunk/lib/buildr/shell.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/shell.rb?rev=787476&r1=787475&r2=787476&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/shell.rb (original)
+++ buildr/trunk/lib/buildr/shell.rb Tue Jun 23 00:04:54 2009
@@ -61,7 +61,7 @@
     first_time do
       Project.local_task 'shell'
       
-      ShellProviders.each { |p| Project.local_task "shell:#{name}" }
+      ShellProviders.each { |p| Project.local_task "shell:#{name}" }    # TODO  not working
     end
     
     before_define do |project|