From 753bc4c75d10d8149f8659d098b4e9851f9c1b21 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 18 Dec 2019 17:05:23 +1300 Subject: Fix indentation of a Makefile line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 77199b14..c9019eea 100644 --- a/Makefile +++ b/Makefile @@ -577,7 +577,7 @@ install-vim-autoload: install-vim-bundle: install-vim-config find vim/bundle/*/* \ - -type d -exec sh -c \ + -type d -exec sh -c \ 'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \; find vim/bundle/*/*/* \ -type f -exec sh -c \ -- cgit v1.2.3