You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `${.sh.file}` was ksh syntax, but ksh support was dropped in commit
d736549
- Instead of testing only for certain specific shells (and excluding
all others), use `$BASH_SOURCE` if it's set, otherwise fall back
to `$0` which should work with more shells (hopefully).
Fixes#105
0 commit comments