summaryrefslogtreecommitdiffstats
path: root/lib/rake/loaders/makefile.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 04:23:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 04:23:05 +0000
commit74c3aad4fc08a5be6974c8745c9a9b0f4b091479 (patch)
treeea50d33062444e48e31824e77e4c3021f961e7c4 /lib/rake/loaders/makefile.rb
parent8ab5f50d374872e20111ad7e77370ff8ac090042 (diff)
downloadruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.tar.gz
ruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.tar.xz
ruby-74c3aad4fc08a5be6974c8745c9a9b0f4b091479.zip
* lib/**/*.rb: removed unnecessary shbang lines.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rake/loaders/makefile.rb')
-rw-r--r--lib/rake/loaders/makefile.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rake/loaders/makefile.rb b/lib/rake/loaders/makefile.rb
index 9ade098a1..c0d05e7e3 100644
--- a/lib/rake/loaders/makefile.rb
+++ b/lib/rake/loaders/makefile.rb
@@ -1,5 +1,3 @@
-#!/usr/bin/env ruby
-
module Rake
# Makefile loader to be used with the import file loader.