Subject: bash
To: None <netbsd-users@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: netbsd-users
Date: 03/25/2001 19:10:32
I discovered this thing today:
tcsh% sleep 4; echo dupa
^C
csh% sleep 5; echo dupa
^C
sh$ sleep 5; echo dupa
^C
bash-2.04$ sleep 5; echo dupa
^C
dupa
bash-2.04$
only bash misbehaves! I did 'sleep 7200; reboot' on one machine
to test something that can break networking. I ctrl-c'd the sentence
on account with bash and it rebooted!
beware the evil bash!
--
/* [zuntum] zuntum@netbsd.org , [WWW] http://zuntum.net */