(do_copy): Don't clear the hash table after processing
authorJim Meyering <jim@meyering.net>
Sun, 7 Oct 2001 08:39:43 +0000 (08:39 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Oct 2001 08:39:43 +0000 (08:39 +0000)
each command line argument.

src/cp.c

index 04121c8..4fec1b0 100644 (file)
--- 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, &copy_into_self, NULL);
-             forget_all ();
 
              if (flag_path)
                {