Enable tcsetpgrp to support job control

See https://github.com/zsh-users/zsh-docker/pull/15
This commit is contained in:
Eric Freese 2019-04-03 13:28:18 -06:00
parent cbf0e24b18
commit a36a9aca44

View file

@ -13,7 +13,7 @@ for v in $(grep "^[^#]" ZSH_VERSIONS); do
--enable-cap \
--enable-multibyte \
--with-term-lib='ncursesw tinfo' \
--without-tcsetpgrp \
--with-tcsetpgrp \
--program-suffix="-$v"
make install.bin