diff --git a/fdt.tcl b/fdt.tcl
index ebf786ebeaa4259feead0f7b65c61bc13140474e..9db364ebee4079ee120e528405c02cd9befc07a3 100644
--- a/fdt.tcl
+++ b/fdt.tcl
@@ -881,7 +881,7 @@ proc fdt:apply { w dialog } {
     }
 
     if { $canwrite } { 
-	if { $FSLPARALLEL && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
+	if { { $FSLPARALLEL == 1 } && { $probtrack(tool) == "bedpost" || $probtrack(tool)=="probtrack" } } { MxPause " Job submitted to queue" } else  { MxPause "  Done!  " }
 	update idletasks
     }