[05/14] batctl: Provide shebang to inform about interpreter

Message ID 1305980898-30494-5-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 4866155949559809b37714873b938cacb7ae3af8
Headers

Commit Message

Sven Eckelmann May 21, 2011, 12:28 p.m. UTC
  Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 Makefile
  

Comments

Marek Lindner May 22, 2011, 9:41 a.m. UTC | #1
On Saturday 21 May 2011 14:28:09 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  Makefile |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 Makefile

Applied in revision 4866155.

Thanks,
Marek
  

Patch

diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
index 1bc4879..8fc2300
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@ 
+#!/usr/bin/make -f
+# -*- makefile -*-
 #
 # Copyright (C) 2006-2011 B.A.T.M.A.N. contributors
 #