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>
pull/1805/head
CapsLock 5 years ago committed by Romain Vimont
parent ae758f99d6
commit cf7bf3148c

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

Loading…
Cancel
Save