]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/fetch_results_tptp.lua
...
[helm.git] / helm / software / matita / tests / TPTP / fetch_results_tptp.lua
index 886e023365460dfbdbe3ff687dca31388b035704..87aa91a98a75a80314f41d15b66bbdab289f04ef 100755 (executable)
@@ -36,7 +36,7 @@ function main(argv)
                local f = io.open(logfilename,"w")
                f:write(data)
                f:close()
-               os.execute("gzip "..logfilename)
+               os.execute("gzip -f "..logfilename)
        end
 end