summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2012-02-24 00:27:37 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 14:34:28 +0100
commitf1fa9042ce98abd1e346fe357f667000a7e264b9 (patch)
treeab5bab9846ee9f69e01aab75a2a85d0f1d17aca8 /bin
parent13e4306db9e2fab04a06891076cb795f8043e680 (diff)
downloadquilt-f1fa9042ce98abd1e346fe357f667000a7e264b9.tar.gz
quilt: unset POSIXLY_CORRECT to ensure that patch works non-interactively
POSIXLY_CORRECT=1 breaks quilt because quilt relies on patch working non-interactively which is not the case in POSIX mode. Bug-Debian: http://bugs.debian.org/462578 Reported-by: Brian M. Carlson <sandals@crustytoothpaste.ath.cx> Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
Diffstat (limited to 'bin')
-rw-r--r--bin/quilt.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 30df4dc..c7fcf8e 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -6,6 +6,10 @@
#
# See the COPYING and AUTHORS files for more details.
+# unset posix strict conformance variable since patch cannot be run
+# non-interactively when it's set.
+unset POSIXLY_CORRECT
+
export TEXTDOMAIN=quilt
export TEXTDOMAINDIR=@LOCALEDIR@