* libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor syntax.
Signed-off-by: Charles Wilson <libtool@cwilson.fastmail.fm>
+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.
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