We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2348a commit 3861863Copy full SHA for 3861863
src/stdlib_io_zip.f90
@@ -88,7 +88,7 @@ subroutine unzip(filename, outputdir, stat, msg)
88
end if
89
90
91
- call run('unzip '//filename//' -d '//output_dir, run_stat)
+ call run('unzip -q '//filename//' -d '//output_dir, run_stat)
92
if (run_stat /= 0) then
93
if (present(stat)) stat = run_stat
94
if (present(msg)) msg = "Error unzipping '"//filename//"'."
0 commit comments