diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-07 08:39:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-07 08:39:43 +0000 |
commit | 38e11fdc5d24225041deb8c8b0d131b04cb17761 (patch) | |
tree | 72187aa40bfa0c13f7d895a9100f09716d0c176c /src | |
parent | 94eb7340ec8e9c9217d1861b8ab2ab01d01734f6 (diff) | |
download | coreutils-38e11fdc5d24225041deb8c8b0d131b04cb17761.tar.xz |
(do_copy): Don't clear the hash table after processing
each command line argument.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) { |