--- MITgcm/verification/testscript 2001/08/21 15:51:17 1.18 +++ MITgcm/verification/testscript 2001/09/04 17:17:48 1.19 @@ -224,7 +224,7 @@ if [ $quick -eq 0 ]; then rm -f output.txt fi - echo -n "runmodel: " 1>&2 + printf 'runmodel: ' 1>&2 make output.txt && return 0 # if [ ! -r output.txt -o $quick -eq 0 ]; then # echo runmodel: running... 1>&2