This commit is contained in:
Dax T. Games 2023-11-24 16:22:49 -05:00
parent 2beb27d490
commit 0f6c91d03a

View File

@ -573,7 +573,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
}
else if (streqi(cmderTask.c_str(), L"bash"))
{
swprintf_s(args, L"%s /k \"%s\"", args, initBash);
swprintf_s(args, L"%s /c \"%s\"", args, initBash);
}
else
{