Skip to content

Commit

Permalink
ps: update ble detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Aug 14, 2024
1 parent 15e8644 commit 1fc5d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ps/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1fc5d56

Please sign in to comment.