瀏覽代碼

Enable tcsetpgrp to support job control

See https://github.com/zsh-users/zsh-docker/pull/15
pull/417/head
Eric Freese 5 年之前
父節點
當前提交
a36a9aca44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      install_test_zsh.sh

+ 1
- 1
install_test_zsh.sh 查看文件

@ -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

Loading…
取消
儲存