Fixed a shell script error on vs15

This commit is contained in:
Ward Fisher 2018-05-14 14:37:07 -06:00
parent 605a5bfb0b
commit 9bea284949
2 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@ char *nulldup(const char* s);
#ifndef HAVE_SSIZE_T
#include <basetsd.h>
typedef SSIZE_T ssize_t;
#define HAVE_SSIZE_T 1
#endif
#endif

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/bash
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
# For a netCDF-4 build, test nccopy on netCDF files in this directory