From 347bdffbde23fd4c0fc619f95c2c697a702e3a3f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 28 Mar 2020 04:58:36 +0100 Subject: Please shellcheck --- lib/util.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util.bash') diff --git a/lib/util.bash b/lib/util.bash index eb7c9a8..92ff1bc 100644 --- a/lib/util.bash +++ b/lib/util.bash @@ -101,7 +101,7 @@ in_args() { for arg in "$@" do - [[ $needle == $arg ]] && return 0 + [[ $needle == "$arg" ]] && return 0 done return 1 -- cgit v1.1