]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
Use /usr/bin/env bash shebang 143/head
authorStefan Tatschner <rumpelsepp@sevenbyte.org>
Wed, 17 Feb 2016 14:53:11 +0000 (15:53 +0100)
committerStefan Tatschner <rumpelsepp@sevenbyte.org>
Wed, 17 Feb 2016 14:53:11 +0000 (15:53 +0100)
commit1561e9fc6d2853e7aba42222a407ff46e50664b8
treee0936f74244d16104a1114d494dc47291e2be370
parentf6e6c1f173e6417cf7763900b7377e75eeac4fb4
Use /usr/bin/env bash shebang

On FreeBSD bash is installed in /usr/local/bin; this patch
alters the shebang to use /usr/bin/env bash instead, to ensure
that the shell scripts work on (particularly) the *BSDs as well.
config.sh.example
hook.sh.example
test.sh