Use more portable shebangs

This commit is contained in:
Freya Arbjerg 2023-03-07 23:20:13 +01:00 committed by Jesse Plamondon-Willard
parent 7b5566d075
commit fe43ec51d0
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
##########
## Read config

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd "`dirname "$0"`"
internal/linux/SMAPI.Installer

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd "`dirname "$0"`"