From 643c09c8ecfcb799ccef2ac61dd865e4fa529dba Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 4 Dec 1999 21:08:51 +0000 Subject: [PATCH] Corrected tag name variable in "END LIBTOOL TAG CONFIG: $tagname" text. --- ltconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltconfig.in b/ltconfig.in index f52d133f4..b3723ad15 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -2304,7 +2304,7 @@ EOF if test -z "$tagname"; then echo '### END LIBTOOL CONFIG' >> "$ofile" else - echo "### END LIBTOOL TAG CONFIG: $tag" >> "$ofile" + echo "### END LIBTOOL TAG CONFIG: $tagname" >> "$ofile" fi case "$ltmain" in -- 2.47.3