From f9d3718739f50f41d70dbeefd65b63ac4cb00515 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Fri, 30 Jan 2015 11:04:57 -0700 Subject: [PATCH] Updated shell script to work on Windows. --- ncdump/tst_formatx3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncdump/tst_formatx3.sh b/ncdump/tst_formatx3.sh index 771e2c619..9c4c0f43a 100755 --- a/ncdump/tst_formatx3.sh +++ b/ncdump/tst_formatx3.sh @@ -16,7 +16,7 @@ echo "Test extended format output for a netcdf-3 file" rm -f tmp ../ncgen/ncgen -k nc3 -b -o ./test.nc $srcdir/ref_tst_small.cdl ./ncdump -K test.nc >tmp -if ! fgrep 'classic mode=00000000' tmp -if ! fgrep '64-bit offset mode=00000200'