Fix windows \r problem

This commit is contained in:
Dennis Heimbigner 2020-05-30 20:14:45 -06:00
parent 65414eeaa4
commit 6e715135ba

View File

@ -11,7 +11,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi
# reoccurs, then the following command would fail.
# Figure our server; if none, then just stop
SVCP=`${execdir}/pingurl test.opendap.org/opendap`
SVCP=`${execdir}/pingurl test.opendap.org/opendap|tr -d '\r'`
if test "x$SVCP" = xno ; then
echo "WARNING: test.opendap.org is not accessible";
exit 0;