提交 02a882a0 编写于 作者: L Luís Ferreira 提交者: Romain Vimont

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: NLuís Ferreira <contact@lsferreira.net>
Signed-off-by: NRomain Vimont <rom@rom1v.com>
上级 cf7bf314
#!/bin/bash
#!/usr/bin/env bash
#
# This script generates the scrcpy binary "manually" (without gradle).
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册