--- MITgcm/tools/genmake2 2004/01/23 16:12:45 1.63 +++ MITgcm/tools/genmake2 2004/02/16 16:24:41 1.65 @@ -1,6 +1,6 @@ #! /usr/bin/env bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.63 2004/01/23 16:12:45 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/genmake2,v 1.65 2004/02/16 16:24:41 cnh Exp $ # # Makefile generator for MITgcm UV codes # created by cnh 03/98 @@ -982,7 +982,7 @@ TOOLSDIR="$ROOTDIR/tools" fi if test ! -d ${TOOLSDIR} ; then - echo "Error: the specified $TOOLSDIR (\"$TOOLSDIR\") does not exist!" + echo "Error: the specified TOOLSDIR (\"$TOOLSDIR\") does not exist!" exit 1 fi if test "x$S64" = x ; then @@ -1218,7 +1218,7 @@ cat make_mnc.errors 1>&2 exit 1 fi - if test -a "x$HAVE_NETCDF" != xt ; then + if test "x$HAVE_NETCDF" != xt ; then cat <