Author: djspiewak
Date: Tue Jun 23 00:08:04 2009
New Revision: 787491
URL: http://svn.apache.org/viewvc?rev=787491&view=rev
Log:
Can't use `name`, `p.to_sym` instead
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=787491&r1=787490&r2=787491&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/shell.rb (original)
+++ buildr/trunk/lib/buildr/shell.rb Tue Jun 23 00:08:04 2009
@@ -98,7 +98,7 @@
first_time do
Project.local_task 'shell'
- ShellProviders.each { |p| Project.local_task "shell:#{name}" } # TODO
not working
+ ShellProviders.each { |p| Project.local_task "shell:#{p.to_sym}" } #
TODO not working
end
before_define do |project|