Skip to content

Commit

Permalink
Makefile: Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 21, 2024
1 parent f1150fb commit 35e0010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ test_in_various_shells:
if type busybox; then shellspec -s 'busybox ash'; fi
if type ksh; then shellspec -s ksh; fi
if type mksh; then shellspec -s mksh; fi
# Broken macOS posh gives an error (posh: exit: bad number)
# Skip broken macOS posh that gives error. (posh: exit: bad number)
if type posh && posh -c exit; then shellspec -s posh; fi
if type yash; then shellspec -s yash; fi
if type zsh; then shellspec -s zsh; fi
Expand Down

0 comments on commit 35e0010

Please sign in to comment.