You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using GNU coreutils, either via MacPorts or Homebrew, and with these in path, createinstalliso has multiple fail points (mktemp and stat so far, as I'm trying to get it running), as it assumes the binaries in $PATH are the macOS bundles ones.
Fix: use absolute paths for macOS binaries, e.g. /usr/bin/mktemp and /usr/bin/stat, or simply alias them locally at the beginning of the script, like