From: Jim Meyering Date: Sun, 7 Oct 2001 08:39:43 +0000 (+0000) Subject: (do_copy): Don't clear the hash table after processing X-Git-Tag: FILEUTILS-4_1_1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38e11fdc5d24225041deb8c8b0d131b04cb17761;p=thirdparty%2Fcoreutils.git (do_copy): Don't clear the hash table after processing each command line argument. --- diff --git a/src/cp.c b/src/cp.c index 04121c8bee..4fec1b033b 100644 --- a/src/cp.c +++ b/src/cp.c @@ -599,7 +599,6 @@ do_copy (int n_files, char **file, const char *target_directory, { int copy_into_self; ret |= copy (arg, dst_path, new_dst, x, ©_into_self, NULL); - forget_all (); if (flag_path) {