libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-141


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-141
Date: Mon, 30 Aug 2004 21:44:59 +0100 (BST)
User-agent: mailnotify/0.3

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

Applied to HEAD.
- -- 
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.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBM5HKFRMICSmD1gYRAgoyAKC1Uuv8cpG2iIjuKzvQ9r0x+qfpEgCfVwu7
yPSkBmd3L+MqTYOSVIYJ0LE=
=Qve4
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-140 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-140
M  ChangeLog
M  config/ltmain.in

* modified files

Index: Changelog
from  Gary V. Vaughan  <address@hidden>
        * config/ltmain.in: Double quote even $# for the sake of sh.test.
        (exec_cmd): Be careful about "`\"foo\"`" quoting, even in comments
        to avoid triggering the tests in sh.test.

--- orig/config/ltmain.in
+++ mod/config/ltmain.in
@@ -370,8 +370,8 @@
 
        # Evaluate the configuration.  Be careful to quote the path
        # and the sed script, to avoid splitting on whitespace, but
-       # also don't use non-portable "`\"foo\"`", so we have to do
-       # it in 2 steps:
+       # also don't use non-portable quotes within backquotes within
+       # quotes we have to do it in 2 steps:
        extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
        eval "$extractedcf"
       else
@@ -610,7 +610,7 @@
                        set -x
                        ;;
 
-      --dlopen)                test $# -eq 0 && func_missing_arg "$opt" && 
break
+      --dlopen)                test "$#" -eq 0 && func_missing_arg "$opt" && 
break
                        execute_dlfiles="$execute_dlfiles $1"
                        ;;
 
@@ -618,7 +618,7 @@
       --features)       func_features                                  ;;
       --finish)                mode="finish"                                   
;;
 
-      --mode)          test $# -eq 0 && func_missing_arg "$opt" && break
+      --mode)          test "$#" -eq 0 && func_missing_arg "$opt" && break
                        case $1 in
                          # Valid mode arguments:
                          clean)        ;;
@@ -648,7 +648,7 @@
                        show=:
                        ;;
 
-      --tag)           test $# -eq 0 && func_missing_arg "$opt" && break
+      --tag)           test "$#" -eq 0 && func_missing_arg "$opt" && break
                        preserve_args="$preserve_args $opt $1"
                        func_enable_tag "$1"    # tagname is set here
                        shift




reply via email to

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