mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
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:
parent
ccabf811ff
commit
50bc3a7145
2
configure
vendored
2
configure
vendored
@ -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/"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BROTLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Test that the brotli command-line tool can decompress old brotli-compressed
|
||||
# files.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Roundtrip test for the brotli command-line tool.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user