Skip to content
Snippets Groups Projects
Commit a81fb283 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Include a space after "syncterm" and before arguments.

Fix issue reported WitNik (BGGRSCYN) on DOVE-Net:
```
sbbs@raspberrypi:~ $ /sbbs/exec/umonitor -iC
...
sh: 1: /sbbs/exec/syncterm-iC: not found
```
parent c2959cc0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1301 passed
......@@ -1148,7 +1148,7 @@ USAGE:
do_cmd(str);
break;
case 3:
sprintf(str,"%ssyncterm",cfg.exec_dir);
sprintf(str,"%ssyncterm ",cfg.exec_dir);
for(j=1; j<argc; j++) {
strcat(str,"'");
strcat(str,argv[j]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment