From: bouilhol Date: Wed, 19 Jan 2011 21:48:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1.2.0~268 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=5e111e4d567195cf1379aa4b8a93ef04073652e5;p=clitk.git *** empty log message *** --- diff --git a/vv/scripts/create_mhd_4D.sh b/vv/scripts/create_mhd_4D.sh index 962541d..beea8c5 100755 --- a/vv/scripts/create_mhd_4D.sh +++ b/vv/scripts/create_mhd_4D.sh @@ -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"