Skip to content

Commit e88eddc

Browse files
committed
modify rm flag
1 parent 5ce5d6a commit e88eddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_compile_specific.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ subroutine s_delete_directory(dir_name)
4343
#ifdef _WIN32
4444
call system('rmdir "'//dir_name//'" /s /q')
4545
#else
46-
call system('rm -rf "'//dir_name//'"')
46+
call system('rm -r "'//dir_name//'"')
4747
#endif
4848

4949
end subroutine s_delete_directory

0 commit comments

Comments
 (0)