quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] patchfns: Drop shebang statement


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] patchfns: Drop shebang statement
Date: Sat, 12 Mar 2011 15:46:57 +0100
User-agent: KMail/1.12.4 (Linux/2.6.32.27-0.2-pae; KDE/4.3.5; i686; ; )

patchfns is meant to be sourced from other scripts, rather than
executed on its own. As a matter of fact, it's not even executable.
So we don't need the #! statement at the beginning of this file.

Signed-off-by: Jean Delvare <address@hidden>
Cc: Raphael Hertzog <address@hidden>
---
Any objection? Am I missing something?

 quilt/scripts/patchfns.in |    2 --
 1 file changed, 2 deletions(-)

--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -1,5 +1,3 @@
-#! @BASH@
-
 # This file contains the common functions used in all quilt script
 # It is meant to be sourced by bash scripts.
 

-- 
Jean Delvare
Suse L3



reply via email to

[Prev in Thread] Current Thread [Next in Thread]