mirror of https://github.com/Genymobile/scrcpy
Use a more portable shebang for bash
This should increase the portability of bash scripts across various *nix systems such as BSD-like distributions. PR #1716 <https://github.com/Genymobile/scrcpy/pull/1716> Signed-off-by: Luís Ferreira <contact@lsferreira.net> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
cf7bf3148c
commit
02a882a0a2
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script generates the scrcpy binary "manually" (without gradle).
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue