summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-09-21 16:42:52 -0600
committerBdale Garbee <bdale@gag.com>2011-09-21 16:42:52 -0600
commit74d5dea5d5ef91db823018b631613d15c6da085d (patch)
tree5618fb80559558eb7ae043740186a291ba06efee /src/Makefile
parentf68f22f527104cdffa1f5e398a51a466a13ff1fb (diff)
fix bashism that prevents building with /bin/sh->/bin/dash
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 91d3f035..5da7c855 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -48,7 +48,7 @@ altitude.h: make-altitude
nickle $< > $@
ao_kalman.h: make-kalman kalman.5c kalman_filter.5c load_csv.5c matrix.5c
- sh $< kalman > $@
+ bash $< kalman > $@
clean-local:
rm -f altitude.h ao_kalman.h