mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
typo fix
This commit is contained in:
parent
0237d47708
commit
a7a26081d4
@ -116,7 +116,7 @@ ISMSYS=yes
|
||||
fi
|
||||
|
||||
# Get windows version info
|
||||
if text "x$ISMSVC" = xyes ; then
|
||||
if test "x$ISMSVC" = xyes ; then
|
||||
WINVER=`systeminfo | sed -e '/^OS Version:/p' -ed | sed -e 's|[^0-9]*\([0-9.]*\).*|\1|'`
|
||||
else
|
||||
WINVER="0.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user