Skip to content

Commit

Permalink
shellcheck fix: missed ! in #!, exit upon error
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Oct 19, 2024
1 parent 1710aa7 commit 45508fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/trajectory-planner/circular-arcs/build-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#/bin/bash
#!/bin/bash

set -e

cd ../../../src
#Ugly way to force rebuild of kinematics, which assumes that tp_debug isn't
#used anywhere else...
Expand Down

0 comments on commit 45508fc

Please sign in to comment.