From 1fc5d567e2f1c4873c48f34fcddae04d06e04b7d Mon Sep 17 00:00:00 2001 From: rsteube Date: Wed, 14 Aug 2024 18:24:03 +0200 Subject: [PATCH] ps: update ble detection --- pkg/ps/ps.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/ps/ps.go b/pkg/ps/ps.go index 9f067dc1..d65d87dc 100644 --- a/pkg/ps/ps.go +++ b/pkg/ps/ps.go @@ -58,10 +58,13 @@ func DetermineShell() string { func isBLE() bool { bleEnvs := []string{ + "_bleopt_connect_tty", + "_ble_util_fdlist_cloexec", "_ble_util_fd_null", "_ble_util_fd_stderr", "_ble_util_fd_stdin", "_ble_util_fd_stdout", + "_ble_util_fdvars_export", "_ble_util_fd_zero", } for _, e := range bleEnvs {