https://bugzilla.kernel.org/show_bug.cgi?id=218730 --- Comment #1 from Sergei Trofimovich (slyich@xxxxxxxxx) --- This seems to be the difference between two systems on coreutils-9.4 where `install` comes from on my systems: Linux (works): $ mkdir -p foo; echo 42 | install -m 644 -T /dev/stdin ./foo/a; echo $? 0 Darwin (fails): $ mkdir -p foo; echo 42 | install -m 644 -T /dev/stdin ./foo/a; echo $? install: skipping file '/dev/stdin', as it was replaced while being copied 1 -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.