From 741bfaee49111620c734fda9b0c0bf4aeded9f4f Mon Sep 17 00:00:00 2001 From: Izakbar Date: Sun, 9 Feb 2025 23:38:12 +0000 Subject: [PATCH] change bash comment to command. --- src/Eve-O-Preview/Services/Implementation/WindowManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Eve-O-Preview/Services/Implementation/WindowManager.cs b/src/Eve-O-Preview/Services/Implementation/WindowManager.cs index 5b30157..d792539 100644 --- a/src/Eve-O-Preview/Services/Implementation/WindowManager.cs +++ b/src/Eve-O-Preview/Services/Implementation/WindowManager.cs @@ -39,7 +39,7 @@ namespace EveOPreview.Services.Implementation #if LINUX private string FindLinuxBinLocation(string command) { - // Check common paths for bash + // Check common paths for command string[] paths = { "/run/host/usr/bin", "/bin", "/usr/bin" }; foreach (var path in paths) {