mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-22 17:42:31 +08:00
cleanup
This commit is contained in:
parent
2beb27d490
commit
0f6c91d03a
@ -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"))
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user