--- MITgcm/tools/tst_2+2 2011/11/04 17:42:32 1.10 +++ MITgcm/tools/tst_2+2 2011/11/05 13:32:53 1.11 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/tst_2+2,v 1.10 2011/11/04 17:42:32 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/tst_2+2,v 1.11 2011/11/05 13:32:53 jmc Exp $ # $Name: $ rnp_loc() @@ -120,7 +120,7 @@ if test $flag = '0' -o $Multi = '1' ; then #---------------------------------------------------------------------- # check for executable: -if test ! -x $gcmEXE +if test ! -x $gcmEXE ; then echo "file '$gcmEXE' does not exist or is not executable" exit 7 fi