mirror of https://github.com/Genymobile/scrcpy
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:
parent
ae758f99d6
commit
cf7bf3148c
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Wrapper script to invoke gradle from meson
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Reference in New Issue