Releases: sjitech/util-linux
Releases · sjitech/util-linux
v2.32-fix-bug-of-exec_shell
exec_shell: prevent ".: applet not found" error when SHELL env is not set.
When SHELL env is not set, it cause xstrdup(NULL) be executed, and result in weird error message ".: applet not found" instead of /bin/sh being used.