kshell: Fix search for binaries in /usr/bin/

This commit is contained in:
EnderIce2 2024-10-21 02:59:55 +03:00
parent 8b442d14e3
commit 032b8acca0
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -558,6 +558,7 @@ void KShellThread()
std::string path = "/bin/";
path += cmd_only;
if (!fs->PathExists(path.c_str(), nullptr))
path = "/usr/bin/";