From 38e11fdc5d24225041deb8c8b0d131b04cb17761 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Oct 2001 08:39:43 +0000 Subject: (do_copy): Don't clear the hash table after processing each command line argument. --- src/cp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cp.c') diff --git a/src/cp.c b/src/cp.c index 04121c8be..4fec1b033 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) { -- cgit v1.2.3-54-g00ecf