mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Fix windows \r problem
This commit is contained in:
parent
65414eeaa4
commit
6e715135ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user