From: Alexandre Oliva Date: Sat, 4 Dec 1999 02:54:05 +0000 (+0000) Subject: Change that is part of Alexandre's configuration tags patch but isn't X-Git-Tag: multi-language-merge-point~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce76df07da5deef5b2c24ec68432fa56685d4a50;p=thirdparty%2Flibtool.git Change that is part of Alexandre's configuration tags patch but isn't related to multi-language support. The change just makes sure the that a shell variable is set. --- diff --git a/tests/defs b/tests/defs index 214207de6..2aa752fd2 100644 --- a/tests/defs +++ b/tests/defs @@ -12,6 +12,7 @@ progname=`echo "$0" | sed 's%^.*/%%'` libtool="../libtool" make="${MAKE-make}" +SHELL="${CONFIG_SHELL-/bin/sh}" prefix="./_inst" if test "$need_prefix" = yes; then