There was an error while loading. Please reload this page.
1 parent 5b3506d commit 751d495Copy full SHA for 751d495
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