mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Quote stuff properly
This commit is contained in:
@@ -63,12 +63,12 @@ install_symlinks () {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Symlink each path
|
# Symlink each path
|
||||||
for i in ${SYMLINKS[@]}; do
|
for i in "${SYMLINKS[@]}"; do
|
||||||
symlink "$SYMLINK_PATH/$i" "$TARGET/.$i"
|
symlink "$SYMLINK_PATH/$i" "$TARGET/.$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Symlink shell init file for bash and zsh
|
# Symlink shell init file for bash and zsh
|
||||||
for i in ${LOAD_FILES[@]}; do
|
for i in "${LOAD_FILES[@]}"; do
|
||||||
symlink "$DOTFILES_LINK/load_shellrc.sh" "$TARGET/.$i"
|
symlink "$DOTFILES_LINK/load_shellrc.sh" "$TARGET/.$i"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user