Skip to content
Snippets Groups Projects
Commit 73396026 authored by Matthew Webster's avatar Matthew Webster
Browse files

potential fix for weird child process bug on some accounts

parent a4993b64
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ set tempSpin -1
toplevel $w
catch { exec sh -c "${FSLDIR}/bin/melodic -V | grep \[0-9\]" } melodicversion
catch { exec sh -c "${FSLDIR}/bin/melodic -V | grep '\[0-9\]'" } melodicversion
set fmri(version) [ lindex $melodicversion 2 ]
wm title $w $melodicversion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment