Skip to content

Commit e0311e0

Browse files
authored
[scripts] Fix bug in retry.pl. (#2453)
1 parent e3556a0 commit e0311e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/wsj/s5/utils/parallel/retry.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ sub get_log_file {
9696
}
9797

9898
print STDERR "$0: job failed $num_tries times; log is in $log_file\n";
99-
exit($return_status);
99+
exit(1);

0 commit comments

Comments
 (0)