ghcup-hs/lib
Romain Ruetschi c914a284de
Use absolute path to /usr/bin/xattr instead of pulling whatever is in PATH
On macOS systems with Homebrew installed, the latter will install its
own copy of `xattr` in `/opt/homebrew/bin/xattr` which will often
take precedence over the system `xattr` at `/usr/bin/xattr`, and does
not support the `-r` flag to act recursively over a directory.

This commit changes the invocation of `xattr` to use the absolute path
to the system version of `xattr` at `/usr/bin/xattr`.
2023-10-21 19:23:25 +08:00
..
GHCup Use absolute path to /usr/bin/xattr instead of pulling whatever is in PATH 2023-10-21 19:23:25 +08:00
GHCup.hs Better logging for cross removal 2023-07-17 23:15:43 +08:00