It was so far unnoticed that the "simulavr" program is only a script when run from within the build directory. Still killing it by name worked, because bash's exec didn't terminate the initiating script. Apparently this week Ubuntu updated bash and the new version now terminates the initiating script (which is a good idea), but now the executable to kill by name has a different name. It's prefixed with "lt-". As this "lt-" is hardcoded we can rely on it. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| config.h.Profiling | ||
| excessive-digits.gcode | ||
| nothing.gcode | ||
| nullmoves.gcode | ||
| run-in-simulavr.sh | ||
| save-file-velocities.gtkw | ||
| short-moves.gcode | ||
| smooth-curves.gcode | ||
| straight-speeds.gcode | ||
| triangle-odd.gcode | ||
| triangle.gcode | ||