Details
gvm shell integration messes up $PATH if one of the paths has a space in it.
It happens in __gvm_munge_path.
For example this path (notice /foo bar/bin):
> echo $PATH
/usr/local/bin:/usr/bin:/bin:/foo bar/bin
will result in this path after bootstrapping GVM:
> echo $PATH
/usr/local/bin:/usr/bin:/bin:/foo:bar/bin
System details
device: Macbook Pro 14inch 2023
CPU: M2 pro
Memory: 32GB
OS: Sonoma 14.4.1
Details
gvm shell integration messes up
$PATHif one of the paths has a space in it.It happens in __gvm_munge_path.
For example this path (notice
/foo bar/bin):will result in this path after bootstrapping GVM:
System details
device: Macbook Pro 14inch 2023
CPU: M2 pro
Memory: 32GB
OS: Sonoma 14.4.1