From a2ad0be85b57ef6b7c6ce67d661cabe6eb59d4fb Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 27 Jul 2020 12:19:47 +0100 Subject: [PATCH] Use shell to execute user_hardware via PATH --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 323305287..487f2cbf8 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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