Skip to content
Snippets Groups Projects
Commit d3b07640 authored by Stephen Smith's avatar Stephen Smith
Browse files

fixed call to fsl_remote (maybe...)

parent f2b020f8
No related branches found
No related tags found
No related merge requests found
......@@ -223,10 +223,7 @@ proc load_varian:process { } {
ScriptUpdate "Processing Images.\nPlease Wait."
puts "Processing Images"
set thecommand "$BINPATH/load_varian $PROCSTRING"
set thecommand [ fsl:remote $thecommand ]
puts $thecommand
catch { exec /bin/sh -c $thecommand } op
set op [ fsl:exec "$BINPATH/load_varian $PROCSTRING" -t 15 ]
if { $op != "" } {
MxPause $op
......
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