summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2011-03-16 19:19:05 +0100
committerJean Delvare <jdelvare@suse.de>2011-03-16 19:19:05 +0100
commit8bd1d349f7dfdcc191d915fd3d4ab50d604bc0d2 (patch)
treef2b718a8c565cebba5ddba321844e3df6d17af29
parente4295044631e3a7b24932daf294af6c2ecf7daca (diff)
downloadquilt-8bd1d349f7dfdcc191d915fd3d4ab50d604bc0d2.tar.gz
Drop #! statement from patchfns
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 #! stament at the beginning of this file.
-rw-r--r--quilt.changes6
-rw-r--r--quilt/scripts/patchfns.in2
2 files changed, 6 insertions, 2 deletions
diff --git a/quilt.changes b/quilt.changes
index 3cc8a56..28b29ac 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Mar 16 19:17:18 CET 2011 - jdelvare@suse.de
+
+- quilt/scripts/patchfns.in: Drop #! stament. patchfns is meant to
+ be sourced from other scripts, rather than executed on its own.
+
+-------------------------------------------------------------------
Wed Mar 16 19:13:36 CET 2011 - jdelvare@suse.de
- quilt/diff.in: If diffing against snapshot, ensure that snapshot
diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
index fd6bb06..e1fc237 100644
--- 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.