Skip to content

Commit 57641e8

Browse files
committed
Print pwd
1 parent 0acfee0 commit 57641e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stdlib_io_zip.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ subroutine unzip(filename, outputdir, stat, msg)
8888
end if
8989
end if
9090

91+
print *, 'hellohello'
92+
call execute_command_line('pwd')
9193
call run('unzip -q '//filename//' -d '//output_dir, run_stat)
9294
if (run_stat /= 0) then
9395
if (present(stat)) stat = run_stat

0 commit comments

Comments
 (0)