try setting preference for /bin/sh in configure call
authorBdale Garbee <bdale@gag.com>
Fri, 26 Sep 2014 17:37:40 +0000 (11:37 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 26 Sep 2014 17:37:40 +0000 (11:37 -0600)
debian/changelog
debian/rules

index 80e108d306223042b2c9b4b562d66288d69fcd5b..0a5f36f5e7e0e07ec7062bf612b87031dc28d82a 100644 (file)
@@ -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 <bdale@gag.com>  Mon, 10 Feb 2014 08:39:28 -0700
+ -- Bdale Garbee <bdale@gag.com>  Fri, 26 Sep 2014 11:37:24 -0600
 
 gzip (1.6-3) unstable; urgency=low
 
index 33cf3ee694541d1ef152515b7b7ba99e229154f6..2354cc248c9ad0214265512d49789dc7453070d6 100755 (executable)
@@ -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