aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9abde85..236e271 100755
--- a/install.sh
+++ b/install.sh
@@ -53,7 +53,7 @@ done
# Link the global.gitignore file
rm "${HOME:?}/.gitignore"
-ln -s $(readlink -f global.gitignore) "${HOME:?}/.gitignore"
+ln -s "$(readlink -f global.gitignore)" "${HOME:?}/.gitignore"
# Copy entries of some of the directories inside of maybe existing ones.
for i in Images .config .gnupg; do