feat: /bin/bash to /usr/bin/env for compatibility (#2761)

This commit is contained in:
Benno 2021-10-22 15:17:53 +02:00 committed by GitHub
parent 5f7b156033
commit da35d55b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2019-2021 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT