From 38e620836ed0d23dbbd3e37e74907093fecccf78 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 29 May 2024 23:11:14 +0300 Subject: [PATCH] Update shebang to use bash instead of sh "function" is a bash builtin --- build/launchd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/launchd.sh b/build/launchd.sh index 6c4ff71..dca51b8 100755 --- a/build/launchd.sh +++ b/build/launchd.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # This script is used to create a LaunchAgent on MacOS, to support the service functionality. # Usage: ./launchd.sh (install|remove)