info args displays $1 = /home/user/file.sh for first line of debugged script #41
Closed as not planned
info args displays $1 = /home/user/file.sh for first line of debugged script #41
When I run the debugger with any script:
./bashdb -L . /home/user/test.sh info argsthen
info argsdisplays this:I'm not sure, but shouldn't this display an empty list?
The filename is never passed as first argument and displaying that there's a
$1with such value is confusing to uses