Package: setools Version: 3.3.6.ds-7 Severity: serious Tags: patch User: [email protected] Usertags: goal-dash
Hello,The configure script of setools is run by /bin/sh, even though it's full of bashisms:
https://buildd.debian.org/fetch.cgi?pkg=setools&arch=alpha&ver=3.3.6.ds-7.1&stamp=1274029025(For some reason this bug doesn't trigger with older versions of dash...)
-- Jakub Wilk
diff -u setools-3.3.6.ds/debian/local.mk setools-3.3.6.ds/debian/local.mk
--- setools-3.3.6.ds/debian/local.mk
+++ setools-3.3.6.ds/debian/local.mk
@@ -136,7 +136,7 @@
@test -d debian/stamp/conf || mkdir -p debian/stamp/conf
WARNINGS=none autoreconf -f -i --warnings=none
PYTHON_VERSION=$(PYTHON_VERSION) \
- ./configure --verbose --prefix=$(PREFIX) \
+ bash ./configure --verbose --prefix=$(PREFIX) \
--sysconfdir=/etc --enable-dependency-tracking \
$(JAVA_CONF_OPTION) --enable-swig-python \
--enable-swig-tcl --disable-bwidget-check \
signature.asc
Description: Digital signature

