From e6ff299df50fe5db6037a0800144a22e4157b2c6 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 20 Jan 2022 11:54:48 +0100 Subject: shellcheck --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e77299c..53bc811 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/bin/sh -stow -v $(dirname $0) -t ~/.local/bin --ignore=$(basename $0) +stow -v "$(dirname "$0")" -t ~/.local/bin --ignore='.*.sh$' -- cgit v1.2.3