Skip to content

Mnt/createwrapper

Paul McCarthy requested to merge mnt/createwrapper into master

Fixes a couple of issues with the createFSLWrapper script:

  • Call /usr/bin/stat instead of stat on macOS, as some systems may have a non-standard stat first on their $PATH
  • Adjust the regular expression used for python script detection, as it was not detecting versioned python executables, e.g. python3.10.

Merge request reports