diff options
author | Carl Worth <cworth@cworth.org> | 2007-11-30 16:19:45 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-11-30 16:19:45 -0800 |
commit | 0d932f43fe17b2b65d9e52ff8f9c16122b525223 (patch) | |
tree | e6a2e0701cdfdad77acdaef6a3721abe4e1eb3ea /src/check-def.sh | |
parent | f4b93cceb7fb83de558ed058915f92d4f75c1a6a (diff) |
Explicitly call bash for bash-specific scripts
Thanks to Solaris-using Brian Cameron for pointing out that our
shell scripts are bash-specific. We'd be glad if someone cared to
rewrite them to not require bash, but for now let's have truth in
advertising at least.
Diffstat (limited to 'src/check-def.sh')
-rwxr-xr-x | src/check-def.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check-def.sh b/src/check-def.sh index 235263d0..e8216188 100755 --- a/src/check-def.sh +++ b/src/check-def.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash LANG=C |