libtool-patches
[Top][All Lists]
Advanced

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

FYI: fix shell quoting bug in [libtool--devo--1.0--patch-221]


From: Gary V. Vaughan
Subject: FYI: fix shell quoting bug in [libtool--devo--1.0--patch-221]
Date: Fri, 1 Oct 2004 12:08:10 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.

  * looking for address@hidden/libtool--devo--1.0--patch-220 to compare with
  * comparing to address@hidden/libtool--devo--1.0--patch-220
  M  ChangeLog
  M  config/ltmain.in
  
  * modified files
  
  Index: Changelog
  from  Ralf Wildenhues  <address@hidden>
        * config/ltmain.in (func_mode_link): Fix quoting bug.  Fixes
        e.g. the quoting of the -export-symbols-regex argument in .la
        files' relink_command.
  
  --- orig/config/ltmain.in
  +++ mod/config/ltmain.in
  @@ -2188,7 +2188,8 @@
         arg="$1"
         shift
         qarg=`$ECHO "X$arg" | $Xsed -e "$sed_quote_subst"`
  -      libtool_args="$libtool_args $qarg"
  +      func_quote_for_eval "$qarg"
  +      libtool_args="$libtool_args $func_quote_for_eval_result"
   
         # If the previous option needs an argument, assign it.
         if test -n "$prev"; then
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.6
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFBXTqaFRMICSmD1gYRAsugAJ9QT3d1Oi0TpMkxdjX162QhcS/bXwCgx12m
hlf9wP93KNaR3Cde/2w+lHE=
=tEWj
-----END PGP SIGNATURE-----




reply via email to

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