RF,BF: Adjust `Runtcl` to honour `$FSLDEVDIR`; fix bug in `update_fsl_package`
- Fix a bug in
update_fsl_package. Some noarch conda packages have separate releases for different platforms (e.g. if the package dependencies differ across platforms). These "noarch variant" packages will depend on a meta-package denoting the platform - one of__linux,__osx, or__win. Theupdate_fsl_packagewas not taking this into account, so could select an incompatible variant for the running platform. - Adjust
$FSLDIR/bin/Runtclto run TCL entry points from$FSLDEVDIR/tcl/if they exist, and fall back to the official versions in$FSLDIR/tcl/.