You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix a leaked variable `filedir` (written directly in the global
context)
* fix a problem that filenames containing IFS would be splitted
`$(/bin/ls ...)`.
* fix a problem that the fixed path `/bin/ls' always uses the system
`ls' even when the user wants to replace it with another version for
virtual environments, NixOS, etc.
* fix a problem that elements of tmplist would be added multiple times
with `tmplist+=(${tmplist[@]-} new_elem)`
* fix a problem that word splitting and pathname expansions are
performed for `${tmplist[@]-}.`
* fix a problem that the package names can be splitted by (unusual)
IFS
* fix localvar_inherit for `pkginst_list`
0 commit comments