RE: bash script in background gets interrupted if carriage return is hit...

2007-10-15 Thread Ken Failbus
lto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 5:07 PM To: Ken Failbus Cc: bug-bash@gnu.org; [EMAIL PROTECTED] Subject: Re: bash script in background gets interrupted if carriage return is hit... Ken Failbus wrote: > I have a script that when run in background and while it's r

Re: bash script in background gets interrupted if carriage return is hit...

2007-10-12 Thread Chet Ramey
Ken Failbus wrote: > I have a script that when run in background and while it's running > hitting a carriage return causes it's to completely stop the script and > the terminal in which it's running disappears. It seems as though it > received a interrupt signal. Is there some kind of a job contro

Re: bash script in background gets interrupted if carriage return is hit...

2007-10-12 Thread Bob Proulx
Ken Failbus wrote: > I have a script that when run in background and while it's running > hitting a carriage return causes it's to completely stop the script and > the terminal in which it's running disappears. It seems as though it > received a interrupt signal. Is there some kind of a job control