libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix sh.test failure introduced in 72064249


From: Charles Wilson
Subject: [PATCH] Fix sh.test failure introduced in 72064249
Date: Thu, 16 Sep 2010 22:53:47 -0400

* libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor syntax.
---
Without this, sh.test fails.  Committed as obvious (no, really, this time).

--
Chuck

 libltdl/config/ltmain.m4sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 18f0f39..7bbca85 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/libltdl/config/ltmain.m4sh
@@ -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
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]