ugh another typo
This commit is contained in:
parent
bb5e2f3813
commit
86801caef9
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ "$(uname -s)" = "Haiku" ] && [ "$system_type" = "unknown" ]; then
|
|||
system_type="haiku"
|
||||
fi
|
||||
command -v winver.exe >>/dev/null
|
||||
if [ "$?" -eq 0 ] && ["$system_type" = "unknown" ]; then
|
||||
if [ "$?" -eq 0 ] && [ "$system_type" = "unknown" ]; then
|
||||
system_type="windows"
|
||||
if [ "$(uname -o)" = "Cygwin" ]; then
|
||||
subtype="cygwin"
|
||||
|
|
Loading…
Reference in a new issue