]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/defs (SED): Default variable contents to `sed'.
authorDerek R. Price <derek@ximbiot.com>
Fri, 8 Jul 2005 15:27:52 +0000 (15:27 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 8 Jul 2005 15:27:52 +0000 (15:27 +0000)
Fixes false PASS of sh.test.

ChangeLog
tests/defs

index 04c5434e476d7ac45d7bfd2ff63cb7235ad78d19..0db9afad57132dd2c9a03aeb4cf338c015b305cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-08  Derek R. Price  <derek@ximbiot.com>
+
+       * tests/defs (SED): Default variable contents to `sed'.
+       Fixes false PASS of sh.test.
+
 2005-07-08  Albert Chin-A-Young  <china@thewrittenword.com>
 
        * ltmain.in: When a library is installed, dependent on a
index ad76311aea79c2740bdd5668911d6f8df5677d63..4a2589138bb4908eb32eebd7b9be5e392dadef3d 100644 (file)
@@ -17,8 +17,9 @@ esac
 progname=`echo "$0" | sed 's%^.*/%%'`
 
 libtool="../libtool"
-make="${MAKE-make}"
 SHELL="${CONFIG_SHELL-/bin/sh}"
+: ${MAKE=make}
+: ${SED=sed}
 
 if echo a | (grep -E '(a|b)') >/dev/null 2>&1; then
   EGREP='grep -E'