ugh another typo

This commit is contained in:
abbie 2024-11-12 18:59:36 +00:00
parent bb5e2f3813
commit 86801caef9
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C

View file

@ -26,7 +26,7 @@ if [ "$(uname -s)" = "Haiku" ] && [ "$system_type" = "unknown" ]; then
system_type="haiku" system_type="haiku"
fi fi
command -v winver.exe >>/dev/null command -v winver.exe >>/dev/null
if [ "$?" -eq 0 ] && ["$system_type" = "unknown" ]; then if [ "$?" -eq 0 ] && [ "$system_type" = "unknown" ]; then
system_type="windows" system_type="windows"
if [ "$(uname -o)" = "Cygwin" ]; then if [ "$(uname -o)" = "Cygwin" ]; then
subtype="cygwin" subtype="cygwin"