Closed ygrek closed 13 years ago
echo hello world > q.ml extprotc q.ml
Result : q.ml is empty and no errors are printed. extprotc should be more careful when choosing output filename.
Thanks for the report, just pushed an input file overwrite check.
echo hello world > q.ml extprotc q.ml
Result : q.ml is empty and no errors are printed. extprotc should be more careful when choosing output filename.