mirror of https://github.com/jenv/jenv.git
Browse Source
using `ps` to detect the shell fails in some cases (For me, it is using a docker container to run an x86 OS image on an M1 Mac - the process is is /usr/bin/qemu-x86_64 /bin/bash) Using the $[SHELL]-VERSION environment variables is probably the most fool-proof way to detect the shell.pull/358/head
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue