diff options
Diffstat (limited to 'src/fpm_environment.f90')
-rw-r--r-- | src/fpm_environment.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpm_environment.f90 b/src/fpm_environment.f90 index a9f8c65..bcd9cb9 100644 --- a/src/fpm_environment.f90 +++ b/src/fpm_environment.f90 @@ -154,7 +154,7 @@ contains else build_os = get_os_type() end if - unix = os /= OS_WINDOWS + unix = build_os /= OS_WINDOWS end function os_is_unix !> echo command string and pass it to the system for execution |