Skip to content

Commit

Permalink
Fix known shell name entries
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Apr 10, 2019
1 parent 1d21989 commit e7839b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/24.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a typo that prevents ash and csh from being detected.
2 changes: 1 addition & 1 deletion src/shellingham/_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL_NAMES = {
'sh', 'bash', 'dash', 'ash' # Bourne.
'sh', 'bash', 'dash', 'ash', # Bourne.
'csh', 'tcsh', # C.
'ksh', 'zsh', 'fish', # Common alternatives.
'cmd', 'powershell', 'pwsh', # Microsoft.
Expand Down

0 comments on commit e7839b8

Please sign in to comment.