From 86801caef9a35fecdecaf1e1032550012cd0c010 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Tue, 12 Nov 2024 18:59:36 +0000 Subject: [PATCH] ugh another typo --- system_detection.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_detection.2 b/system_detection.2 index 5fba9e6..c8997db 100644 --- a/system_detection.2 +++ b/system_detection.2 @@ -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"