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:
Luís Ferreira 2020-08-27 18:00:40 +01:00
parent 0be766e71a
commit 2fb0a87d8f
No known key found for this signature in database
GPG key ID: 730750D54B7A9F66

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# This script generates the scrcpy binary "manually" (without gradle).
#