X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/8407b1f712b9885d741a1f5d01b8ca2d0fb37905..4b923ab2bc237314a2e3558bd16301811ebd1898:/barcat diff --git a/barcat b/barcat index 1b780e6..2f73fa5 100755 --- a/barcat +++ b/barcat @@ -100,6 +100,7 @@ if (defined $opt{interval}) { $SIG{INT} = sub { $SIG{INT} = 'DEFAULT'; # reset for subsequent attempts + exit if !$.; 'IGNORE' # continue after assumed eof };