From b1533066ca7d50c88b37ce72093c12cf19807818 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 12 Nov 2022 08:28:28 -0800 Subject: unposted (see 50930): note bug with suspending conditional expressions --- Etc/BUGS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Etc') diff --git a/Etc/BUGS b/Etc/BUGS index 72c313e88..1719946b1 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -50,3 +50,8 @@ related, probably obsolete, vared special case for $TERM set to "emacs". ------------------------------------------------------------------------ users/26071: Strange behavior about option completion of "git push --f" ------------------------------------------------------------------------ +50930: If a conditional expression appears in a current-shell construct +(such as { sleep 20 && print $? }) which is then suspended with ^Z, the +return value of the left side of the expression is always 148 (SIGSTOP) +and thus the expression is likely to be incorrectly interpreted. +------------------------------------------------------------------------ -- cgit 1.4.1