mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-04 02:18:37 -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
|
||||
// variable path list, and executable. Equivalent to typing
|
||||
// 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
|
||||
|
||||
// Produce a short tuneup signal
|
||||
|
Loading…
Reference in New Issue
Block a user