Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. (cherry picked from commit 82adb91)
- Loading branch information