Do not assume that bash is installed in /bin (#477)

This is required in order to run the tests on *BSD.
This commit is contained in:
Frank Denis 2016-12-09 08:58:13 +01:00 committed by Eugene Kliuchnikov
parent ccabf811ff
commit 50bc3a7145
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo "Use Bazel, CMake or Premake5 to generate projects / build files."
echo " Bazel: http://www.bazel.build/"
echo " CMake: https://cmake.org/"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BROTLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Test that the brotli command-line tool can decompress old brotli-compressed
# files.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Roundtrip test for the brotli command-line tool.