Change "/bin/bash" to "/usr/bin/env bash" in shell files (#129)

This commit is contained in:
Maks 2023-09-08 15:20:11 +03:00 committed by GitHub
parent df634da0d8
commit 73fa70dcf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
basedir=$(cd $(dirname "$0"); pwd)

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source $(dirname "$0")/setup.sh