mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
added forgotten instance of quoting of the output filename
This commit is contained in:
parent
61b7eff596
commit
4155916053
@ -434,7 +434,7 @@ sub mainThread {
|
||||
# sleep until the plot file exists, and it is closed. Sometimes the output is
|
||||
# still being written at this point
|
||||
usleep(100_000) until -e $outputfile;
|
||||
usleep(100_000) until(system("fuser -s $outputfile"));
|
||||
usleep(100_000) until(system("fuser -s \"$outputfile\""));
|
||||
|
||||
print "Wrote output to $outputfile\n";
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user