소스 검색

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

불러오는 중...
취소
저장