Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -57,11 +57,11 @@ mkdir -p $HOME/.ssh link_file ssh/config .ssh/config ../ 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 echo "Hardlinking $i -> $dest" ln "$i" "$dest"