mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 23:29:22 +00:00
Use portable shebang for all bash scripts
Refs #426 <https://github.com/Genymobile/scrcpy/pull/426> Refs #1716 <https://github.com/Genymobile/scrcpy/pull/1716>
This commit is contained in:
parent
02a882a0a2
commit
1c44dc2259
3 changed files with 3 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
SCRCPY_SERVER_PATH="$MESON_BUILD_ROOT/server/scrcpy-server" "$MESON_BUILD_ROOT/app/scrcpy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue