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 0acfee0 commit 57641e8Copy full SHA for 57641e8
src/stdlib_io_zip.f90
@@ -88,6 +88,8 @@ subroutine unzip(filename, outputdir, stat, msg)
88
end if
89
90
91
+ print *, 'hellohello'
92
+ call execute_command_line('pwd')
93
call run('unzip -q '//filename//' -d '//output_dir, run_stat)
94
if (run_stat /= 0) then
95
if (present(stat)) stat = run_stat
0 commit comments