Merge pull request #3082 from silby/oksh

Recognize "oksh" executable name as ksh
This commit is contained in:
Vidar Holen 2025-04-08 20:08:53 -07:00 committed by GitHub
commit 1be41dd652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -3387,7 +3387,8 @@ readScriptFile sourced = do
"busybox sh",
"bash",
"bats",
"ksh"
"ksh",
"oksh"
]
badShells = [
"awk",