summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-01-31 08:05:35 +0000
committerMartin Quinson <mquinson@debian.org>2003-01-31 08:05:35 +0000
commit89cc671f56e19bcea18bbb1e289184ce305741a1 (patch)
tree00113a33c92f120ee3c6386dcdde1e16bd068c5f /lib
parentf8f53b1873cadd586b79d4b93323ca7d630055cc (diff)
downloadquilt-89cc671f56e19bcea18bbb1e289184ce305741a1.tar.gz
Change #\!@BASH@ to #\! @BASH@. It can look a bit stupid, but it's needed for maximal portability
Diffstat (limited to 'lib')
-rwxr-xr-xlib/apatch.in2
-rwxr-xr-xlib/rpatch.in2
-rwxr-xr-xlib/spec2series.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/apatch.in b/lib/apatch.in
index e737255..3e48e37 100755
--- a/lib/apatch.in
+++ b/lib/apatch.in
@@ -1,4 +1,4 @@
-#!@BASH@
+#! @BASH@
# 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
diff --git a/lib/rpatch.in b/lib/rpatch.in
index 73f8ac6..077e11b 100755
--- a/lib/rpatch.in
+++ b/lib/rpatch.in
@@ -1,4 +1,4 @@
-#!@BASH@
+#! @BASH@
# 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
diff --git a/lib/spec2series.in b/lib/spec2series.in
index 6f6b636..350723f 100755
--- a/lib/spec2series.in
+++ b/lib/spec2series.in
@@ -1,4 +1,4 @@
-#!@BASH@
+#! @BASH@
# 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