summaryrefslogtreecommitdiff
path: root/build/unix
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:38:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-04-02 15:38:58 -0400
commit45903dbf3e36058958fce274c79a0a77e7052cb9 (patch)
treef71e235a85e3e6d2e24ab3a07504af9f2c19446e /build/unix
parentdc027f4eff7d7d9d8ac859a352657940541fe530 (diff)
parentfe43ec51d095160456f9dee94e161e64ee645d6d (diff)
downloadSMAPI-45903dbf3e36058958fce274c79a0a77e7052cb9.tar.gz
SMAPI-45903dbf3e36058958fce274c79a0a77e7052cb9.tar.bz2
SMAPI-45903dbf3e36058958fce274c79a0a77e7052cb9.zip
Merge pull request #899 from freyacoded/portable-shell-scripts
Use more portable shebangs
Diffstat (limited to 'build/unix')
-rwxr-xr-xbuild/unix/prepare-install-package.sh2
-rwxr-xr-xbuild/unix/set-smapi-version.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/unix/prepare-install-package.sh b/build/unix/prepare-install-package.sh
index 1d805e00..304579b9 100755
--- a/build/unix/prepare-install-package.sh
+++ b/build/unix/prepare-install-package.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
#
diff --git a/build/unix/set-smapi-version.sh b/build/unix/set-smapi-version.sh
index 0c0cbeb0..02b5e615 100755
--- a/build/unix/set-smapi-version.sh
+++ b/build/unix/set-smapi-version.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
#