summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-31 07:54:00 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-31 07:54:00 +0000
commit66c9dff53735bbef43f1012fb269d1abb52d28c0 (patch)
tree8cec0ac3dfc0645a148ce582ec495a27e1795e07 /lib
parent7804a604861aaf1ee4a471864055186cf0942162 (diff)
downloadquilt-66c9dff53735bbef43f1012fb269d1abb52d28c0.tar.gz
Fight lintian warning: Change #\!@BASH@ to a header explaining what it is and that it it should be sourced.
Diffstat (limited to 'lib')
-rw-r--r--lib/patchfns.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patchfns.in b/lib/patchfns.in
index b693457..f61edae 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -1,4 +1,5 @@
-#!@BASH@
+# This file contains the common functions used in all quilt script
+# It is meant to be sourced by bash scripts.
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as