mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
14 lines
320 B
Diff
14 lines
320 B
Diff
diff --git a/tui/exec_other.go b/tui/exec_other.go
|
|
index 6fd0b91..04b938d 100644
|
|
--- a/tui/exec_other.go
|
|
+++ b/tui/exec_other.go
|
|
@@ -11,7 +11,7 @@ import (
|
|
func getShellBin() string {
|
|
shellbin, ok := os.LookupEnv("SHELL")
|
|
if !ok {
|
|
- shellbin = "/bin/bash"
|
|
+ shellbin = "/bin/ash"
|
|
}
|
|
return shellbin
|
|
}
|