]> Creatis software - clitk.git/blobdiff - vv/scripts/create_mhd_4D.sh
*** empty log message ***
[clitk.git] / vv / scripts / create_mhd_4D.sh
index 962541d85afa0117dc79330fcf85f64d88e33278..2ef421b5869a29cd79159e61bc5d4f1ae86c323c 100755 (executable)
@@ -11,7 +11,7 @@ then
 fi
 
 cd $1
-nbph=`find -iname *0.mhd | wc -l`
+nbph=`find . -iname "*0.mhd" | wc -l`
 if [ $nbph = 0 ]
 then
     echo "Error: no phase found"