Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[BUG] NO_EXEC should not exec $NULLCMD



Steps to reproduce:
% PS1='%# ' zsh -f
% zsh -nc ': $( < $1 )'; print $?
zsh:1: no such file or directory:
1
%

Expected result:
% PS1='%# ' zsh -f
% zsh -nc ': $( < $1 )'; print $?
0
%




Messages sorted by: Reverse Date, Date, Thread, Author