Skip to content

Commit

Permalink
Add quotes in help
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <[email protected]>
  • Loading branch information
Flamefire and boegel committed Jan 22, 2024
1 parent 9d32ba3 commit aebcc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyblocks/generic/configuremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def extra_options(extra_vars=None):
CUSTOM],
'unrecognized_configure_options': [ERROR,
"Action to do when unrecognized arguments passed to ./configure are"
" detected, defaults to aborting the build. Can be set to " + WARN +
" or " + IGNORE + " (NOT RECOMMENDED! It might hide actual errors e.g."
" detected, defaults to aborting the build. Can be set to '" + WARN +
"' or '" + IGNORE + "' (NOT RECOMMENDED! It might hide actual errors e.g."
" misspelling of intended or changed options)", CUSTOM],
})
return extra_vars
Expand Down

0 comments on commit aebcc0c

Please sign in to comment.