Files
ghcup-hs/lib/GHCup
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
..
2023-07-07 16:41:58 +08:00
2023-03-18 22:04:37 +08:00
2023-07-06 20:49:57 +08:00
2022-05-22 21:11:40 +02:00
2023-07-06 20:49:57 +08:00