diff --git a/internal/cmd/shell/shell.go b/internal/cmd/shell/shell.go index deba547e..16701902 100644 --- a/internal/cmd/shell/shell.go +++ b/internal/cmd/shell/shell.go @@ -312,7 +312,7 @@ func checkLibs(ctx context.Context, mysqlPath string) (bool, error) { name = "otool" args = []string{"-L"} case "linux": - name = "ldd" + return false, nil case "unix": return false, nil }