On Tue, Apr 22, 2008 at 04:34:01PM +0100, Chris Lamb wrote:
> +    trap "$run $rm $removelist; exit $EXIT_FAILURE" SIGHUP SIGINT SIGTERM

Small nit here: the proper form would be

trap "$run $rm $removelist; exit $EXIT_FAILURE" HUP INT TERM



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to