We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
追記:
この Issue は POSIX 準拠のための 1 歩目として if [ -e 'path/to/file']; then を if type 'path/to/file'; then に統一するための Issue に変更します。
if [ -e 'path/to/file']; then
if type 'path/to/file'; then
オリジナル:
Bash メインでなく POSIX 準拠メインにしたいです。
shellspec が POSIX 準拠なので理屈では可能だと思います。
shellspec
The text was updated successfully, but these errors were encountered:
refactor: -e to type (Qithub-BOT#29)
c69a160
これやりまーす → PR #40
Sorry, something went wrong.
13d1542
3fb32a1
71f99e4
dde7df6
KEINOS
No branches or pull requests
追記:
この Issue は POSIX 準拠のための 1 歩目として
if [ -e 'path/to/file']; then
をif type 'path/to/file'; then
に統一するための Issue に変更します。オリジナル:
Bash メインでなく POSIX 準拠メインにしたいです。
shellspec
が POSIX 準拠なので理屈では可能だと思います。The text was updated successfully, but these errors were encountered: