]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Fix quoting in non-XSI func_xform, for IRIX sh.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Aug 2010 12:17:20 +0000 (14:17 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 28 Aug 2010 12:18:12 +0000 (14:18 +0200)
* libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
M4 quotes.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
libltdl/config/ltmain.m4sh

index 4b77602ad02c8d18dfe680b96c18a89f7ee4f1f7..af7c535689177146ffb8c0cf650b871cff2cde83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix quoting in non-XSI func_xform, for IRIX sh.
+       * libltdl/config/ltmain.m4sh (func_xform): Remove spurious extra
+       M4 quotes.
+
        Fix response file test for unreliable exit status of IRIX ar.
        * libltdl/m4/libtool.m4 (_LT_PROG_AR): IRIX ar will not fail
        over a command-line argument specifying a nonexistent file (such
index f23878ed04e700699f8138e327992d5b41c51bb7..a1f3b35339b150a5148e27463b945071b0bc425b 100644 (file)
@@ -191,7 +191,7 @@ func_lo2o ()
 # func_xform libobj-or-source
 func_xform ()
 {
-    func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'`
+    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
 } # func_xform may be replaced by extended shell implementation