Remove shebang from non-executable Rakefile.

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Michael Adam 2015-01-23 16:37:28 +01:00
parent 317e1608e4
commit 598173904c

View File

@ -1,5 +1,3 @@
#!/usr/bin/env rake
#require 'rubygems'
#require 'bundler/setup'
require 'bundler/gem_tasks'