This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ash signal problems with latest CVS


I'm having a problem with signals with the latest CVS DLL and ash.

I have a script tst.sh:
--------------------
#!/bin/sh
while true; do
  date
  sleep 20
done
--------------------

>From a cmd.exe prompt, if I do "bash tst.sh" and then press Ctrl-C,
the script terminates.

If I do the same with "sh tst.sh", the sleep is killed and I get
another output from date.  No way to kill the script itself with
Ctrl-C.

Dave

Attachment: tst.sh
Description: Text document

Attachment: cygcheck.out
Description: Text document

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]