aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorGuillermo Ramos2022-01-20 11:54:48 +0100
committerGuillermo Ramos2022-01-20 11:54:48 +0100
commite6ff299df50fe5db6037a0800144a22e4157b2c6 (patch)
tree434dab1058b20d0bc82f2b880b9a98d610b478e9 /install.sh
parentacf0af089501a0d1d167df73426f28d57081df96 (diff)
downloadcli-e6ff299df50fe5db6037a0800144a22e4157b2c6.tar.gz
shellcheck
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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$'