Use "/usr/bin/env bash" for build-wrapper.sh

PR #426 <https://github.com/Genymobile/scrcpy/pull/426>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
CapsLock 2019-02-06 01:13:31 +01:00 committed by Romain Vimont
parent ae758f99d6
commit cf7bf3148c

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Wrapper script to invoke gradle from meson
set -e