Skip to content

Releases: sjitech/util-linux

v2.32-fix-bug-of-exec_shell

25 Jun 01:48
Compare
Choose a tag to compare

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.