Subject: ksh: trap: bad signal
To: None <current-users@NetBSD.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: current-users
Date: 11/03/2006 08:59:39
Hi,

on a -current system built using yesterday's sources ksh is broken:

$ trap
$ trap : INT
ksh: trap: bad signal INT

Using the signal number instead works, but the output is still wrong:

$ trap
$ trap : 2
$ trap
trap -- : (null %s)

I haven't had time to debug this yet...


Regards, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~