From 141333e2ddfdb5b0b395c7d3c7ed37c2a7fba0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 13 May 2015 14:45:49 +0200 Subject: [PATCH] Remove meaningless shebang Rakefile has no executable bit and does nothing by default. --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 76ec8c09..51ab55dc 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,3 @@ -#!/usr/bin/env rake # -*- ruby encoding: utf-8 -*- # vim: syntax=ruby