]> Creatis software - clitk.git/commitdiff
*** empty log message ***
authorbouilhol <bouilhol>
Wed, 19 Jan 2011 21:48:18 +0000 (21:48 +0000)
committerbouilhol <bouilhol>
Wed, 19 Jan 2011 21:48:18 +0000 (21:48 +0000)
vv/scripts/create_mhd_4D.sh

index 962541d85afa0117dc79330fcf85f64d88e33278..beea8c5eeffd6721beb74213477bc14e51fcc4e6 100755 (executable)
@@ -11,7 +11,7 @@ then
 fi
 
 cd $1
-nbph=`find -iname *0.mhd | wc -l`
+nbph=`ls *0.mhd | wc -l`
 if [ $nbph = 0 ]
 then
     echo "Error: no phase found"