Merge pull request #899 from freyacoded/portable-shell-scripts

Use more portable shebangs
This commit is contained in:
Jesse Plamondon-Willard 2023-04-02 15:38:58 -04:00
commit 45903dbf3e
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"`"