mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* libtoolize.m4sh (func_copy_all_from_path): Remove spurious eval.
This commit is contained in:
parent
445285d9a3
commit
b4c26f428a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user