Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jun 23, 2024
1 parent 4a1975f commit 0f668a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0f668a5

Please sign in to comment.