diff options
author | Bdale Garbee <bdale@gag.com> | 2011-09-21 16:42:52 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-09-21 16:42:52 -0600 |
commit | 74d5dea5d5ef91db823018b631613d15c6da085d (patch) | |
tree | 5618fb80559558eb7ae043740186a291ba06efee /src/util | |
parent | f68f22f527104cdffa1f5e398a51a466a13ff1fb (diff) |
fix bashism that prevents building with /bin/sh->/bin/dash
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/make-kalman | 2 |
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 |