From 55e9271f1ce58b64f847026ae81778a690d9b176 Mon Sep 17 00:00:00 2001
From: Stephen Smith <steve@fmrib.ox.ac.uk>
Date: Sat, 3 May 2003 15:18:33 +0000
Subject: [PATCH] fixed it correctly this time....

---
 melodic.tcl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/melodic.tcl b/melodic.tcl
index 5250167..93bd38c 100644
--- a/melodic.tcl
+++ b/melodic.tcl
@@ -460,8 +460,7 @@ fsl:exec "mkdir $OUTPUT"
 
 cd $OUTPUT
 
-set logout [ open report.log "w" ]
-fconfigure $logout -buffering none
+set logout ${OUTPUT}/report.log
 
 #}}}
 	#{{{ prestats
-- 
GitLab