From: Siraaj Khandkar Date: Wed, 19 Apr 2023 16:19:21 +0000 (-0400) Subject: Specify bash to prevent shellcheck from complaining X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=9492242e5dc9999cafafb7492077a7cc8f1ba6e3 Specify bash to prevent shellcheck from complaining about features missing from plain Bourn shell. --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 2897286..c393938 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -1,4 +1,4 @@ -# +#! /bin/bash ## open : string -> unit ##