On Wed, May 13, 2020 at 1:02 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > > [...] A value of "/bin/sh" doesn't > > necessarily tell us very much on Debian (or on macOS, for that matter). > > Good point. Perhaps readlink(3) on it, then? > > lrwxrwxrwx 1 root root 9 Mar 11 2018 /bin/sh -> /bin/bash That wouldn't help on Mac OS: $ ls -l /bin/sh /bin/bash -r-xr-xr-x 1 root wheel 618448 Mar 18 22:04 /bin/bash -r-xr-xr-x 1 root wheel 618512 Mar 18 22:04 /bin/sh Although /bin/sh is neither a hard link nor a symbolic link to /bin/bash, nor is the file size the same, it is nevertheless Bash (in some form or another).