summaryrefslogtreecommitdiffstats
path: root/vagrant-libvirt-Rakefile.patch
blob: d30604625ca37365b536f9442ae393b4d449cadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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