]> 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)
committerGary V. Vaughan <gary@gnu.org>
Tue, 2 Oct 2012 14:04:32 +0000 (21:04 +0700)
* m4/libtool.m4: s/lt_fooi/lt_foo/.
Reported by Paul Seidler <sepek@lavabit.com>

m4/libtool.m4

index 85b29a6efab02bc165decc970afc47a3c251d6dc..cb8c4a4ff42881aa25acb0d23120b974fadeb0eb 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 != ".") {