1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00

Fixes from Andrej for zpty on cygwin

This commit is contained in:
Peter Stephenson 2001-05-08 10:26:58 +00:00
parent ff82191c26
commit 8ff0785863
3 changed files with 13 additions and 2 deletions

View file

@ -18,7 +18,7 @@ comptestinit () {
(( OPTIND > 1 )) && shift $(( OPTIND - 1 ))
export PS1="<PROMPT>"
zpty -b zsh "$comptest_zsh -f +Z"
zpty zsh "$comptest_zsh -f +Z"
zpty -r zsh log1 "*<PROMPT>*" || {
print "first prompt hasn't appeared."