From dc5d3cc1e4b05f51f8a1500f250fc9beb6874bb1 Mon Sep 17 00:00:00 2001
From: Saad Jbabdi <saad@fmrib.ox.ac.uk>
Date: Fri, 27 Jul 2007 15:31:52 +0000
Subject: [PATCH] *** empty log message ***

---
 maskdyads | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/maskdyads b/maskdyads
index c03ca48..6e5efca 100755
--- a/maskdyads
+++ b/maskdyads
@@ -8,6 +8,7 @@ Usage() {
     echo ""
     echo "Usage: maskdyads dyads fsamples [thr]"
     echo "default value for thr is 0.05"
+    exit
 }
 
 [ "$1" = ""] && Usage
@@ -15,7 +16,8 @@ Usage() {
 d=`$FSLDIR/bin/remove_ext $1`
 f=$2
 t=0.05
-if [ "$3" != "" ]; then
+
+if [ "$3" != "" ] ; then
     t=$3
 fi
 
-- 
GitLab