From 9a10f244693f4d0c17f4e758e64dbdc014299c9f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Dec 2021 21:12:41 -0500 Subject: Enable shellcheck lint and fix its warnings --- Biz/Ide/hoog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Ide/hoog.sh') diff --git a/Biz/Ide/hoog.sh b/Biz/Ide/hoog.sh index 5379e54..3945f90 100755 --- a/Biz/Ide/hoog.sh +++ b/Biz/Ide/hoog.sh @@ -4,7 +4,7 @@ # set -euo pipefail HOOG="hoogle search --count=200" - export FZF_DEFAULT_COMMAND="$HOOG $@" + export FZF_DEFAULT_COMMAND="$HOOG $*" fzf \ --preview-window=down \ --preview "hoogle search --link --info {+2}" \ -- cgit v1.2.3