libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Correct illegal sed expression for $basename


From: Scott James Remnant
Subject: [FYI] Correct illegal sed expression for $basename
Date: Thu, 12 Feb 2004 18:34:15 +0000

Applied to HEAD.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

diff -ruNp libtool-CVS~/ChangeLog libtool-CVS/ChangeLog
--- libtool-CVS~/ChangeLog      2004-02-12 16:47:43.000000000 +0000
+++ libtool-CVS/ChangeLog       2004-02-12 18:32:47.000000000 +0000
@@ -0,0 +1,5 @@
+2004-02-12  Scott James Remnant  <address@hidden>
+
+       * ltmain.in: Correct definition of basename sed expression to
+       not include single quotes.
+
diff -ruNp libtool-CVS~/ltmain.in libtool-CVS/ltmain.in
--- libtool-CVS~/ltmain.in      2004-02-12 16:47:43.000000000 +0000
+++ libtool-CVS/ltmain.in       2004-02-12 18:32:17.000000000 +0000
@@ -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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]