From 50cc50824cb8324617d15552c484df6c9610bba4 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 2 Oct 2000 01:24:01 +0000 Subject: [PATCH] From Bruce Korb * ltmain.in (execute_dlfiles): Reduce obfuscation. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1c83571d7..07f23d9bc 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 * ltconfig.in [netbsd*] (deplibs_check_method, file_magic_cmd, diff --git a/ltmain.in b/ltmain.in index 8972758b8..e77930fea 100644 --- a/ltmain.in +++ b/ltmain.in @@ -122,7 +122,7 @@ do if test -n "$prev"; then case "$prev" in execute_dlfiles) - eval "$prev=\"\$$prev \$arg\"" + execute_dlfiles="$execute_dlfiles $arg" ;; tag) tagname="$arg" -- 2.47.3