]> git.ipfire.org Git - thirdparty/bash.git/commit
In posix mode, `command -v' should print absolute pathnames; sanitize command and...
authorChet Ramey <chet.ramey@case.edu>
Wed, 1 Jul 2026 14:49:08 +0000 (10:49 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 1 Jul 2026 14:49:08 +0000 (10:49 -0400)
commit76037847c3c7e5e358248696d3ad49a7bc8283fa
treeb85b7804139e9de0195a747f7b504fb3b9959c42
parent8085ee139645391bb392cc06dd25717238b65455
In posix mode, `command -v' should print absolute pathnames; sanitize command and filenames used in error messages so they don't contain non-printable characters
18 files changed:
CWRU/CWRU.chlog
builtins/builtin.def
builtins/command.def
builtins/enable.def
builtins/evalfile.c
builtins/evalstring.c
builtins/exec.def
builtins/hash.def
builtins/help.def
builtins/history.def
builtins/source.def
builtins/type.def
doc/bash.1
doc/bashref.texi
execute_cmd.c
redir.c
shell.c
variables.c