mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-27 03:02:28 -04:00
Use shell to execute user_hardware via PATH
This commit is contained in:
parent
b4bbc44d5b
commit
a2ad0be85b
@ -7943,7 +7943,7 @@ void MainWindow::WSPR_scheduling ()
|
|||||||
// to be anywhere in the paths specified in the PATH environment
|
// to be anywhere in the paths specified in the PATH environment
|
||||||
// variable path list, and executable. Equivalent to typing
|
// variable path list, and executable. Equivalent to typing
|
||||||
// user_hardware without any path at the shell prompt.
|
// user_hardware without any path at the shell prompt.
|
||||||
p3.start("user_hardware", QStringList {band});
|
p3.start("/bin/sh", QStringList {"-c", "user_hardware " + band});
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Produce a short tuneup signal
|
// Produce a short tuneup signal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user