1
1
Fork 0

setup.sh: Fix typo

This commit is contained in:
Jonathan Schleifer 2023-04-16 06:33:12 +00:00
parent 0a4d71b762
commit a5d358b252

View file

@ -59,7 +59,7 @@ if have ssh; then
fi fi
if test x"$(uname -s)" = x"Darwin"; then if test x"$(uname -s)" = x"Darwin"; then
for i in "Keyboard Layouts/*"; do for i in "Keyboard Layouts/"*; do
dest="$HOME/Library/$i" dest="$HOME/Library/$i"
# This does not like being symlinked… # This does not like being symlinked…
if [ ! -e "$dest" ]; then if [ ! -e "$dest" ]; then