Skip to content

Commit 814302f

Browse files
committed
dos revised new_test.f90
1 parent 1cd0d03 commit 814302f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fpm/test/new_test/new_test.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ program new_test
5252
case (OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_CYGWIN, OS_SOLARIS, OS_FREEBSD)
5353
path=cmdpath
5454
case (OS_WINDOWS)
55-
path=windows_path(path)
55+
path=windows_path(cmdpath)
5656
is_os_windows=.true.
5757
case default
5858
write(*,*)'ERROR: unknown OS. Stopping test'

0 commit comments

Comments
 (0)