zsh-workers
 help / color / mirror / code / Atom feed
* [BUG] NO_EXEC should not exec $NULLCMD
@ 2023-02-06 12:22 Marlon Richert
  2023-02-06 14:33 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Marlon Richert @ 2023-02-06 12:22 UTC (permalink / raw)
  To: Zsh hackers list

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
%


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-13 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 12:22 [BUG] NO_EXEC should not exec $NULLCMD Marlon Richert
2023-02-06 14:33 ` Peter Stephenson
2023-02-13 17:42   ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).