aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinit current directory[i] <urbanjost@comcast.net>2020-10-16 22:15:09 -0400
committerinit current directory[i] <urbanjost@comcast.net>2020-10-16 22:15:09 -0400
commit814302fe074a04368a57f9252f966f2c6a20ebab (patch)
tree8366d1003f35cc8c48f267b031239bca41385719
parent1cd0d03b60c6a41c79a132606aa6fc2425b5c988 (diff)
downloadfpm-814302fe074a04368a57f9252f966f2c6a20ebab.tar.gz
fpm-814302fe074a04368a57f9252f966f2c6a20ebab.zip
dos revised new_test.f90
-rw-r--r--fpm/test/new_test/new_test.f902
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'