]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix sh.test failure introduced in 72064249
authorCharles Wilson <libtool@cwilson.fastmail.fm>
Fri, 17 Sep 2010 02:53:47 +0000 (22:53 -0400)
committerCharles Wilson <libtool@cwilson.fastmail.fm>
Fri, 17 Sep 2010 03:36:00 +0000 (23:36 -0400)
* libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor syntax.

Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
ChangeLog
libltdl/config/ltmain.m4sh

index 37f6c8462443aabbe2bf30c4b4377a38118a74bf..44a76e236f2419d46702e0047fb7df94100c1212 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-16  Charles Wilson  <libtool@cwilson.fastmail.fm>
+
+       Fix sh.test failure introduced in 72064249
+       * libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor
+       syntax.
+
 2010-09-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        tests: avoid localization failure due to unstable compiler messages.
index 18f0f3993dd6536832487ad888503ef996087634..7bbca85a9a3de6b3231757d42be51c79109e1714 100644 (file)
@@ -7362,7 +7362,7 @@ EOF
                  try_normal_branch=no
                  ;;
              esac
-             if test $try_normal_branch = yes \
+             if test "$try_normal_branch" = yes \
                 && { test "$len" -lt "$max_cmd_len" \
                      || test "$max_cmd_len" -le -1; }
              then