Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105639 | Differences between
and this patch

Collapse All | Expand All

(-)coreutils-5.3.0-orig/src/cp.c (-1 / +1 lines)
Lines 620-626 do_copy (int n_files, char **file, const Link Here
620
	      ok &= copy (arg, dst_path, new_dst, x, &copy_into_self, NULL);
620
	      ok &= copy (arg, dst_path, new_dst, x, &copy_into_self, NULL);
621
621
622
	      if (flag_path)
622
	      if (flag_path)
623
		ok &= re_protect (dst_path, arg_in_concat - dst_path,
623
		ok &= re_protect (dst_path, arg_in_concat - dst_path - 1,
624
				  attr_list, x);
624
				  attr_list, x);
625
	    }
625
	    }
626
626

Return to bug 105639