mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Accidentally undid the uname fix at some point
in test_common.in. Restore it.
This commit is contained in:
parent
6d8809100f
commit
f6144a1fe4
@ -95,8 +95,8 @@ cd $top_builddir; top_builddir=`pwd` ; cd $WD
|
|||||||
cd $execdir; execdir=`pwd` ; cd $WD
|
cd $execdir; execdir=`pwd` ; cd $WD
|
||||||
|
|
||||||
# If we have cygpath, then try to normalize
|
# If we have cygpath, then try to normalize
|
||||||
tcc_os=`uname -o`
|
tcc=`uname | cut -d '_' -f 1`
|
||||||
if test "x$tcc_os" = xCygwin ; then
|
if test "x$tcc_os" = xCYGWIN ; then
|
||||||
ISCYGWIN=1
|
ISCYGWIN=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user