summaryrefslogtreecommitdiff
path: root/src/util
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/util
parentf68f22f527104cdffa1f5e398a51a466a13ff1fb (diff)
fix bashism that prevents building with /bin/sh->/bin/dash
Diffstat (limited to 'src/util')
-rw-r--r--src/util/make-kalman2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/make-kalman b/src/util/make-kalman
index f78f30a9..b4e5d919 100644
--- a/src/util/make-kalman
+++ b/src/util/make-kalman
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
cd $1 >&/dev/null