#!/bin/bash -> #!/usr/bin/env bash (#1216)

This commit is contained in:
Rangi
2023-11-04 18:37:34 -04:00
committed by GitHub
parent 46e67ee078
commit 99727cbe99
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# SPDX-License-Identifier: MIT
#

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# SPDX-License-Identifier: MIT
#