From 5e111e4d567195cf1379aa4b8a93ef04073652e5 Mon Sep 17 00:00:00 2001 From: bouilhol Date: Wed, 19 Jan 2011 21:48:18 +0000 Subject: [PATCH] *** empty log message *** --- vv/scripts/create_mhd_4D.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2