Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2016-04-23 00:08:53 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2016-04-23 00:08:53 +0300
commitbb4d5aa544ac9ae1cfd002a71458e05a7e6f2707 (patch)
treee3b057a9641ac19c403a20877483f23be01a52b4 /scripts
parent075821b8adc33d34aab5a85615b72afaee54f288 (diff)
use POSIX
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rescore.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rescore.pl b/scripts/rescore.pl
index c7accf6e..c32d16c7 100755
--- a/scripts/rescore.pl
+++ b/scripts/rescore.pl
@@ -3,6 +3,7 @@
use strict;
use Getopt::Long;
use File::Temp qw(tempfile);
+use POSIX;
my $PID = $$;
$SIG{TERM} = $SIG{INT} = $SIG{QUIT} = sub { die; };