From: Gary V. Vaughan Date: Mon, 2 Oct 2000 01:18:16 +0000 (+0000) Subject: From Bruce Korb X-Git-Tag: release-1-3d~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a12dfc6cc889f4e2ad58aab59454133bddecfb04;p=thirdparty%2Flibtool.git From Bruce Korb * ltmain.in (execute_dlfiles): Reduce obfuscation. --- diff --git a/ChangeLog b/ChangeLog index 8ed5ebef6..74ac8e7a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-02 Gary V. Vaughan + + From Bruce Korb + * ltmain.in (execute_dlfiles): Reduce obfuscation. + 2000-09-30 Alexandre Oliva * libtool.m4 [netbsd*] (deplibs_check_method, file_magic_cmd, diff --git a/ltmain.in b/ltmain.in index ad5922ce8..f73f5cd2f 100644 --- a/ltmain.in +++ b/ltmain.in @@ -116,7 +116,7 @@ do if test -n "$prev"; then case "$prev" in execute_dlfiles) - eval "$prev=\"\$$prev \$arg\"" + execute_dlfiles="$execute_dlfiles $arg" ;; *) eval "$prev=\$arg"