diff options
-rw-r--r-- | fpm/test/new_test/new_test.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/test/new_test/new_test.f90 b/fpm/test/new_test/new_test.f90 index 06f0c8a..cafcaf2 100644 --- a/fpm/test/new_test/new_test.f90 +++ b/fpm/test/new_test/new_test.f90 @@ -52,7 +52,7 @@ logical :: IS_OS_WINDOWS case (OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_CYGWIN, OS_SOLARIS, OS_FREEBSD) path=cmdpath case (OS_WINDOWS) - path=windows_path(path) + path=windows_path(cmdpath) is_os_windows=.true. case default write(*,*)'ERROR: unknown OS. Stopping test' |