diff options
-rw-r--r-- | share/spack/templates/modules/modulefile.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/templates/modules/modulefile.tcl b/share/spack/templates/modules/modulefile.tcl index d1593b8828..b162e3f62e 100644 --- a/share/spack/templates/modules/modulefile.tcl +++ b/share/spack/templates/modules/modulefile.tcl @@ -4,7 +4,7 @@ ## {{ spec.short_spec }} ## {% if configure_options %} -## Configure options: {{ configure_options }} +## Configure options: {{ configure_options | wordwrap(8192 - 23, True, "\n## ", 0) }} ## {% endif %} |