From c0dfc67e82a34e775735c020189c98d0276f95d1 Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Thu, 12 Feb 2004 18:37:14 +0000 Subject: [PATCH] * ltmain.in: Correct definition of basename sed expression to not include single quotes. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45a3db3fc..dffb7583a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-02-12 Scott James Remnant + + * ltmain.in: Correct definition of basename sed expression to + not include single quotes. + 2004-02-12 Gary V. Vaughan * libtoolize.in: Use $progpath as for ltmain.in to work around the diff --git a/ltmain.in b/ltmain.in index ec3e9575d..a3b56e4aa 100644 --- 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 -- 2.47.2