Merge pull request #14565 from spowelljr/fixGUIBuild
GUI: Fix build for Linux & Windowspull/14546/head
commit
ddfa06d313
|
@ -347,7 +347,7 @@ void Operator::sshConsole()
|
|||
}
|
||||
|
||||
QProcess *process = new QProcess(this);
|
||||
process->start(QStandardPaths::findExecutable(terminal), { "-e", commmand });
|
||||
process->start(QStandardPaths::findExecutable(terminal), { "-e", command });
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue