From: Bdale Garbee Date: Fri, 26 Sep 2014 17:37:40 +0000 (-0600) Subject: try setting preference for /bin/sh in configure call X-Git-Tag: debian/1.6-4~1 X-Git-Url: https://git.gag.com/?p=debian%2Fgzip;a=commitdiff_plain;h=90472fdde1e420804fcc06a36d9016569d3e2dca try setting preference for /bin/sh in configure call --- 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