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 <kenneth.hoste@ugent.be>
  • Loading branch information
Flamefire and boegel committed Jan 22, 2024
1 parent 9d32ba3 commit 88036f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easybuild/easyblocks/generic/configuremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ 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."
" misspelling of intended or changed options)", CUSTOM],
" 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 88036f2

Please sign in to comment.