mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 11:35:57 +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
|
||||
set -e
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue