setup.sh: Fix typo
This commit is contained in:
parent
0a4d71b762
commit
a5d358b252
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue