]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix typo that caused sys_lib_search_path_spec to be wrong.
authorPeter O'Gorman <peter@pogma.com>
Fri, 16 Mar 2012 18:23:13 +0000 (13:23 -0500)
committerPeter O'Gorman <peter@pogma.com>
Fri, 16 Mar 2012 21:48:02 +0000 (16:48 -0500)
* m4/libtool.m4: s/lt_fooi/lt_foo/.
Reported by Paul Seidler <sepek@lavabit.com>

m4/libtool.m4

index e07ae4aa8b0dceea9d55047743c439af5335b656..75bfdb48ada183d6bf96d934688d97b8e0cb32b5 100644 (file)
@@ -2201,7 +2201,7 @@ if test yes = "$GCC"; then
   done
   lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
 BEGIN {RS = " "; FS = "/|\n";} {
-  lt_foo = "";
+  lt_foo = "";
   lt_count = 0;
   for (lt_i = NF; lt_i > 0; lt_i--) {
     if ($lt_i != "" && $lt_i != ".") {