Pearl

Results 3 comments of Pearl

Issue still persists apparently. The only time when it works is when I use zsh's herestring which works because zsh creates some sort of non-special temporary file I think. Piping...

> I checked the source code and `install` just uses `std::fs::copy`, which indeed doesn't handle that case. `cp` has a more complicated procedure which falls back to copying the contents....