summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.