diff options
-rwxr-xr-x | vest/dist-vest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vest/dist-vest.pl b/vest/dist-vest.pl index d9f46f07..59d7b039 100755 --- a/vest/dist-vest.pl +++ b/vest/dist-vest.pl @@ -285,8 +285,8 @@ while (1){ print STDERR "DECODER SCORE: $dec_score\n"; # save space - `gzip $runFile`; - `gzip $decoderLog`; + `gzip -f $runFile`; + `gzip -f $decoderLog`; # run optimizer |