From de7157e076253acc22ffab6fbc329fe728fcf08c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Apr 2020 09:18:11 +0200 Subject: Fixed CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3