]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Correct definition of basename sed expression to
authorScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 18:37:14 +0000 (18:37 +0000)
committerScott James Remnant <scott@netsplit.com>
Thu, 12 Feb 2004 18:37:14 +0000 (18:37 +0000)
not include single quotes.

ChangeLog
ltmain.in

index 45a3db3fc0d83c9e6f1ad4cd58f12850910f92d1..dffb7583adb17407c5e7ceac3b3dc78b596467a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-12  Scott James Remnant  <scott@netsplit.com>
+
+       * ltmain.in: Correct definition of basename sed expression to
+       not include single quotes.
+
 2004-02-12  Gary V. Vaughan  <gary@gnu.org>
 
        * libtoolize.in: Use $progpath as for ltmain.in to work around the
index ec3e9575d305b86aa8df78b777b37341c7257918..a3b56e4aae0187695c8db5e1932cf925790189e6 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -25,7 +25,7 @@
 # the same distribution terms that you use for the rest of that program.
 
 
-basename="$SED 's,^.*/,,g'"
+basename="$SED s,^.*/,,g"
 
 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
 # is ksh but when the shell is invoked as "sh" and the current value of