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 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# Wrapper script to invoke gradle from meson
|
# Wrapper script to invoke gradle from meson
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue