summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/zsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index d3e7f5711c9f..01606e6c0041 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -25,7 +25,8 @@ USE_PERL5= build
SHEBANG_LANG= zsh
zsh_OLD_CMD= zsh # shebang appears as /bin/zsh and just zsh
SHEBANG_FILES= Functions/Calendar/* \
- Functions/Misc/*
+ Functions/Misc/* \
+ Functions/VCS_Info/*
CONFIGURE_ARGS= --with-tcsetpgrp \
--enable-function-subdirs \