Yes, you are correct! I've put a new version here:
ftp://surfer.nmr.mgh.harvard.edu/transfer/outgoing/flat/greve/getrunlist
copy it into $FREESURFER_HOME/fsfast/bin
doug
Jason Webster wrote:
Hey Doug,
I am just trying out 5.0 on OSX and stumbled into a bug in getrunlist.
The command: set RunList = (`find -maxdepth 1 -name "[0-9][0-9][0-9]"`); needs to be replaced with: set RunList = (`find . -maxdepth 1 -name "[0-9][0-9][0-9]"`); lest it throws:
find: illegal option -- - find: illegal option -- m find: illegal option -- a find: illegal option -- e find: illegal option -- p find: illegal option -- t find: illegal option -- h find: 1: No such file or directory~Jason
freesurfer@nmr.mgh.harvard.edu