mirror of
https://github.com/marian-nmt/marian.git
synced 2025-01-06 08:23:14 +03:00
keep temporary files
This commit is contained in:
parent
5744e10989
commit
f1e2ebd98e
@ -5,6 +5,8 @@ use Getopt::Long;
|
||||
use File::Temp qw(tempfile);
|
||||
use POSIX;
|
||||
|
||||
$File::Temp::KEEP_ALL = 1;
|
||||
|
||||
my $PID = $$;
|
||||
$SIG{TERM} = $SIG{INT} = $SIG{QUIT} = sub { die; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user