Mercurial > dotfiles
changeset 33:8c7a7782a2a1
Quote around link paths.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Nov 2011 11:20:05 -0800 |
parents | d07ca3d7f36c |
children | c3a77eaa467a |
files | install.sh |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/install.sh Tue Nov 22 11:19:41 2011 -0800 +++ b/install.sh Tue Nov 22 11:20:05 2011 -0800 @@ -5,7 +5,6 @@ ln -s "$CWD/vim" "$HOME/.vim" ln -s "$CWD/vim/vimrc" "$HOME/.vimrc" -echo %include $CWD/hgrc/hgrc > $HOME/.hgrc -echo [extensions] >> $HOME/.hgrc -echo hggit = $CWD/lib/hg/hg-git/hggit/ >> $HOME/.hgrc - +echo %include $CWD/hgrc/hgrc > "$HOME/.hgrc" +echo [extensions] >> "$HOME/.hgrc" +echo hggit = $CWD/lib/hg/hg-git/hggit/ >> "$HOME/.hgrc"