From a5d358b252e8038f7f0ab174d9d4695bde453e52 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 16 Apr 2023 06:33:12 +0000 Subject: [PATCH] setup.sh: Fix typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 0d52fa6..1bf3009 100755 --- a/setup.sh +++ b/setup.sh @@ -59,7 +59,7 @@ if have ssh; then fi if test x"$(uname -s)" = x"Darwin"; then - for i in "Keyboard Layouts/*"; do + for i in "Keyboard Layouts/"*; do dest="$HOME/Library/$i" # This does not like being symlinked… if [ ! -e "$dest" ]; then