* libtoolize.m4sh (func_copy_all_from_path): Remove spurious eval.

This commit is contained in:
Akim Demaille 2004-12-17 13:03:11 +00:00 committed by Ralf Wildenhues
parent 445285d9a3
commit b4c26f428a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-17 Akim Demaille <akim@epita.fr>
* libtoolize.m4sh (func_copy_all_from_path): Remove spurious eval.
2004-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/ltdl.c (trim): Return error rather than do bogus

View File

@ -237,7 +237,7 @@ func_copy_all_from_path ()
IFS="$save_IFS"
test "X$my_dirname" = X. || myvdir="$myvdir/$my_dirname"
if test -d "$myvdir"; then
eval func_copy_all_files $my_args "$myvdir" "$my_destdir" "$my_globexc"
func_copy_all_files $my_args "$myvdir" "$my_destdir" "$my_globexc"
break
fi
done