bashdb: broken
HenrikBengtsson opened this issue · 2 comments
HenrikBengtsson commented
$ bashdb --help
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 89: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 90: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 91: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 92: print: command not found
$ bashdb --version
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 89: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 90: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 91: print: command not found
/wynton/home/cbi/shared/software/CBI/bashdb-4.4-1.0.1/bashdb: line 92: print: command not found
HenrikBengtsson commented
Turns out print
is part of mailcap
; on Ubuntu 22.04, I get:
$ command -v print
/usr/bin/print
$ man -w print
/usr/share/man/man1/run-mailcap.1.gz
Although mailcap
is available on Wynton, the print
command isn't.
HenrikBengtsson commented
I've removed the bashdb
module from Wynton and C4, because neither of them have the print
command. I guess bashdb
never worked on these systems, because of this.