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.
This commit is contained in:
Carl Worth 2007-11-30 16:19:45 -08:00
parent f4b93cceb7
commit 0d932f43fe
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
usage() {

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
LANG=C

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
LANG=C