libtool-patches
[Top][All Lists]
Advanced

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

FYI: 69-gary-fix-sh-test-failure.patch


From: Gary V. Vaughan
Subject: FYI: 69-gary-fix-sh-test-failure.patch
Date: Fri, 09 Jan 2004 10:23:56 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030925 Thunderbird/0.3

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

Applied to HEAD.
- --
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE//oE8FRMICSmD1gYRAtVUAKCSL+0ffR0LiNibWmpVlHDldm0CGACgxNOg
qKtOZf0CZqQ+olYO+IvZ29E=
=61WN
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * libtoolize.in (func_copy_all_files): s/test "x/test "X/ to keep
        tests/sh.test happy.

Index: libtoolize.in
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.in,v
retrieving revision 1.34
diff -u -p -u -r1.34 libtoolize.in
--- libtoolize.in 8 Jan 2004 10:34:52 -0000 1.34
+++ libtoolize.in 9 Jan 2004 10:22:25 -0000
@@ -246,7 +246,7 @@ func_copy_all_files ()
       fi
 
       if test -f "$my_srcdir/$my_filename"; then
-        if test "x$my_copy_cb" = xfunc_copy; then
+        if test "X$my_copy_cb" = xfunc_copy; then
          $force_opt || if test -f "$my_destdir/$my_filename"; then
            $quiet_opt \
              || func_error "\`$my_destdir/$my_filename' exists: use \`--force' 
to overwrite"

reply via email to

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