Merge pull request #3193 from iehrenwald/master

Add python3 to the list of badShells
This commit is contained in:
Vidar Holen 2025-04-27 16:09:19 -07:00 committed by GitHub
commit 0b5410d759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3397,6 +3397,7 @@ readScriptFile sourced = do
"fish", "fish",
"perl", "perl",
"python", "python",
"python3",
"ruby", "ruby",
"tcsh", "tcsh",
"zsh" "zsh"