Your $PATH
contains either ./
or the parent directory of src
and srptool
.
Bash auto-completion completes commands found in your $PATH
, so if ./
is in there and your current working directory contains executables, hitting Tab inside it will make Bash expand the name of whatever executables are in it.