Accidentally undid the uname fix at some point

in test_common.in. Restore it.
This commit is contained in:
Dennis Heimbigner 2017-04-04 11:20:59 -06:00
parent 6d8809100f
commit f6144a1fe4

View File

@ -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