Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for prevent...
authorZac Medico <zmedico@gentoo.org>
Thu, 8 Jun 2006 22:10:20 +0000 (22:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 8 Jun 2006 22:10:20 +0000 (22:10 -0000)
commitda12cde0d48f59ef55562fe9ee80819868ead1ec
tree62b692c911863be0102090ad9d2394d1b8deea1c
parent478b974b1e8f84188d96444f9de14db99bcbfc4d
Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable for preventing endless exec loops (see bug #135470).  Testing shows that this corrects the problem for the libtool ebuild when sed is used to generate ltmain.shT.

svn path=/main/trunk/; revision=3475
bin/sed