[gnu.bash.bug] Incorrect handling of ^Z

piggy@GARGOYLE.UCHICAGO.EDU (07/14/89)

This applies to bash 1.01 on a sun 4 running SunOS 4.0 and on a sun 3
running SunOS 3.5.

The following command line script does not suspend correctly on ctl-Z:

bash$ while true
bash> do
bash> 	df
bash> 	sleep 2
bash> done

When you give it a suspend (ctl-Z) it suspends either the df or the
sleep, depending upon where you happen to hit it.