From 90472fdde1e420804fcc06a36d9016569d3e2dca Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Sep 2014 11:37:40 -0600 Subject: [PATCH] try setting preference for /bin/sh in configure call --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80e108d..0a5f36f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ gzip (1.6-4) UNRELEASED; urgency=low * fix typo in man page, closes: #738546 + * specify /bin/sh as shell for wrapper scripts, closes: #762915 - -- Bdale Garbee Mon, 10 Feb 2014 08:39:28 -0700 + -- Bdale Garbee Fri, 26 Sep 2014 11:37:24 -0600 gzip (1.6-3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 33cf3ee..2354cc2 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ configure-stamp: reconf-stamp mkdir -p builddir cd builddir && env \ $(foreach i,CC CFLAGS CPPFLAGS LDFLAGS,$(call shellexport,$i)) \ - ../configure ${CONFIGURE_ARGS} + CONFIG_SHELL=/bin/sh ../configure ${CONFIGURE_ARGS} :>$@ configure-indep: configure-indep-stamp -- 2.30.2