Michael Prokop wrote: > | exec 3>&1 > | if [ "$DEBCONF_USE_CDEBCONF" ]; then > | exec 1>&5 > | else > | exec 1>&2 > | fi
> If I add an 'echo' before the 'exec 1>&2'-line it works. > It also works if I remove the "$DEBCONF_USE_CDEBCONF"-code. I don't see anything incorrect about the above code, or any reason short of a shell bug why insering another command should make it work. Which zsh package are you using, so I can reassign the bug to there? -- see shy jo
signature.asc
Description: Digital signature

