Explorar el Código

Enable tcsetpgrp to support job control

See https://github.com/zsh-users/zsh-docker/pull/15
pull/417/head
Eric Freese hace 5 años
padre
commit
a36a9aca44
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      install_test_zsh.sh

+ 1
- 1
install_test_zsh.sh Ver fichero

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

Cargando…
Cancelar
Guardar