summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-09-25 04:51:16 -0400
committerJesse Luehrs <doy@tozt.net>2017-09-25 04:53:25 -0400
commit34cc3c94c0b875d86ae9656243ca6ac73bb5a17f (patch)
treed970c0938f6462fa6076bab5bcc86e9d8a5d8190 /Makefile
parent627fd8427e15caa4b9a601b2a56c6033743261ec (diff)
downloadconf-34cc3c94c0b875d86ae9656243ca6ac73bb5a17f.tar.gz
conf-34cc3c94c0b875d86ae9656243ca6ac73bb5a17f.zip
use the dev branch for vim-perl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cc5416..5bd9d40 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ clean :
$(RM) $(BUILD) $(INSTALLED)
update :
- @git submodule foreach 'git checkout master && git pull'
+ @git submodule foreach '(if [ $$name == "vim/bundle/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
@$(MAKE)
$(INTO)/.% : %