mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
server: build: use a more portable shebang for bash
This patch should increase the portability of bash scripts across various *nix systems such as BSD-like distributions. Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
parent
0be766e71a
commit
2fb0a87d8f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script generates the scrcpy binary "manually" (without gradle).
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue