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|


Reply via email to