]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Corrected tag name variable in "END LIBTOOL TAG CONFIG: $tagname"
authorOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:08:51 +0000 (21:08 +0000)
committerOssama Othman <ossama@debian.org>
Sat, 4 Dec 1999 21:08:51 +0000 (21:08 +0000)
text.

ltconfig.in

index f52d133f4d7b0f415cfb660c11ed90705142d014..b3723ad151efe67db4d80f13d311f14fb045f598 100755 (executable)
@@ -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