]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/fetch_results_tptp.lua
mod change (-x)
[helm.git] / helm / software / matita / tests / TPTP / fetch_results_tptp.lua
old mode 100755 (executable)
new mode 100644 (file)
index 886e023..87aa91a
@@ -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