mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +00:00
server/scripts/build-wrapper.sh should not presume bash path
This commit is contained in:
parent
eea478b9dc
commit
932b1b7b6b
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…
Add table
Add a link
Reference in a new issue