leave in runPath for debugging

This commit is contained in:
Hieu Hoang 2015-04-05 16:49:12 +04:00
parent 4cb8a1837e
commit 93ad52d2f9

View File

@ -19,7 +19,7 @@ GetOptions("continue=i" => \$continue,
# create temp run file
my $runPath = "/tmp/run.$$";
#print STDERR "runPath=$runPath\n";
print STDERR "runPath=$runPath\n";
open (my $runFile, ">", $runPath);