On Sat, Apr 10, 2021 at 4:08 AM Craig Andrews <[email protected]> wrote: > Repeat-By: > Run this shell script: > #!/bin/bash > set -u > echo "$(which bash)"
Tested with vanilla bash 5.1.0 it works well with `/bin/bash` as output. Maybe one of your builtins or external commands is a function. Try `type which`. -- konsolebox
