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 1cd0d03 commit 814302fCopy full SHA for 814302f
fpm/test/new_test/new_test.f90
@@ -52,7 +52,7 @@ program new_test
52
case (OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_CYGWIN, OS_SOLARIS, OS_FREEBSD)
53
path=cmdpath
54
case (OS_WINDOWS)
55
- path=windows_path(path)
+ path=windows_path(cmdpath)
56
is_os_windows=.true.
57
case default
58
write(*,*)'ERROR: unknown OS. Stopping test'
0 commit comments