diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 5e707345df..9dcb9d0833 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -747,7 +747,7 @@ subroutine get_command_line_settings(cmd_settings) block if (query==' ') query='' - if (page=='') page='1' + if (page==' ') page='1' if (package==' ') package='*' if (license==' ') license='' if (sort_by==' ') sort_by='name' @@ -852,7 +852,7 @@ subroutine check_build_vals() val_cxxflag = " "// sget('cxx-flag') val_ldflag = " " // sget('link-flag') val_profile = sget('profile') - + ! conda = sget('conda') end subroutine check_build_vals !> Print help text and stop