diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 9066f90ec..f34726552 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -49,7 +49,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput>< <para>Vim has a security vulnerability already addressed upstream. The following patch fixes the problem:</para> -<screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen> <para>Now prepare Vim for compilation:</para> |