RehabMan/patch-nvme

Script broken

Closed this issue · 1 comments

patch_nvme - line 62 : cp: invalid option -- 'X'
I removed the X and the script ran flawessely - patching 10.12.4 kext

--- cp -RX $unpatched $patched
+++ cp -R $unpatched $patched

Nothing wrong with the script.
the -X option is valid with the 'cp' provided by Apple.
You must have installed a different version of 'cp' than the one provided by Apple.