codekitchen / dinghy

faster, friendlier Docker on OS X
MIT License
2.12k stars 109 forks source link

Fix shell check #258

Closed jscheel closed 6 years ago

jscheel commented 6 years ago

We cannot rely on $SHELL to give us the current running shell, as it only provides the user's preferred shell, not the current one. Addresses #257.

codekitchen commented 6 years ago

Good info and the PR looks good, thank you.