Use /usr/bin/env instead of /bin/bash

This commit is contained in:
Thomas Karolski 2022-03-08 19:24:36 +00:00
parent 82a7f0a796
commit 953ac7c689
3 changed files with 3 additions and 3 deletions

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
set -e

View File

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