From f1fa9042ce98abd1e346fe357f667000a7e264b9 Mon Sep 17 00:00:00 2001 From: Raphaël Hertzog Date: Fri, 24 Feb 2012 00:27:37 +0100 Subject: quilt: unset POSIXLY_CORRECT to ensure that patch works non-interactively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Raphaël Hertzog --- bin/quilt.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/quilt.in') 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@ -- cgit