--- foxridge-archiver/unarchivemany.sh 2006/06/23 08:57:56 1.3 +++ foxridge-archiver/unarchivemany.sh 2006/06/23 09:40:12 1.4 @@ -27,7 +27,7 @@ fi CNT=0 -cat $DIRLIST | while read DIR +cat $DIRLIST | while read DIR do CNT=$(( $CNT + 1 )) if [ -d "$BASEDIR/$DIR" ] @@ -45,7 +45,7 @@ do fi done -if [ $CNT = 0 ] -then - echo "ERROR: the list file $DIRLIST seems to be empty!" -fi +#if [ $CNT = "0" ] +#then +# echo "$CNT ERROR: the list file $DIRLIST seems to be empty!" +#fi