vagrant-libvirt/vagrant-libvirt-Rakefile.patch
2015-01-28 13:56:22 +01:00

22 lines
482 B
Diff

From 68b6228932cc499433c52bbd3b61a35a5ded0ff1 Mon Sep 17 00:00:00 2001
From: Michael Adam <obnox@samba.org>
Date: Fri, 23 Jan 2015 16:37:28 +0100
Subject: [PATCH] Remove shebang from non-executable rakefile.
---
Rakefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/Rakefile b/Rakefile
index 6575983..741514f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,3 @@
-#!/usr/bin/env rake
-
#require 'rubygems'
#require 'bundler/setup'
require 'bundler/gem_tasks'
--
2.1.0