From: Ossama Othman Date: Sat, 4 Dec 1999 21:08:51 +0000 (+0000) Subject: Corrected tag name variable in "END LIBTOOL TAG CONFIG: $tagname" X-Git-Tag: multi-language-merge-point~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643c09c8ecfcb799ccef2ac61dd865e4fa529dba;p=thirdparty%2Flibtool.git Corrected tag name variable in "END LIBTOOL TAG CONFIG: $tagname" text. --- 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