Skip to content

Commit

Permalink
shellcheck: executable with no shebang line, -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Oct 19, 2024
1 parent 45508fc commit d46f876
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/trajectory-planner/circular-arcs/test-simple.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash

set -e

cp position.blank position.txt
mv constraints.log constraints_old.log
linuxcnc circular_arcs.ini > test.log
Expand Down

0 comments on commit d46f876

Please sign in to comment.