aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-19 17:48:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-19 17:48:32 +1300
commit24f46237c305f9f5c8a5965da60d4f3183e0573d (patch)
tree8ae17b4b22911973644dc859d7c0cc6db7f6dc4f /README.md
parentMerge branch 'release/v0.30.0' (diff)
downloaddotfiles-24f46237c305f9f5c8a5965da60d4f3183e0573d.tar.gz
dotfiles-24f46237c305f9f5c8a5965da60d4f3183e0573d.zip
Fix unsafe example in README.md
The variable needs to be quoted in this context to avoid wordsplitting and glob expansion.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89441b7a..abf6f6de 100644
--- a/README.md
+++ b/README.md
@@ -372,7 +372,7 @@ fork](https://neovim.io/). To install the configuration where Neovim will use
it, do this:
$ nvd=${XDG_CONFIG_HOME:-"$HOME"/.config}/nvim
- $ make install-vim VIMRC=$nvd/init.vim VIMDIR=$nvd
+ $ make install-vim VIMRC="$nvd"/init.vim VIMDIR="$nvd"
Neovim's [godless
arrogance](https://twitter.com/tpope/status/437019518444240896)