Browse Source

Enable tcsetpgrp to support job control

See https://github.com/zsh-users/zsh-docker/pull/15
pull/417/head
Eric Freese 5 years ago
parent
commit
a36a9aca44
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      install_test_zsh.sh

+ 1
- 1
install_test_zsh.sh View File

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

Loading…
Cancel
Save