Skip to content

shMESA extras not copying the contents of the RSE template properly #1018

@andysantarelli

Description

@andysantarelli
  • A minor bug, but shMESA does not copy the contents of the RSE template to the working directory.
  • It appears to be a simple spacing issue on line 294 of $MESA_DIR/scripts/shmesa/shmesa
    • perl -i -pe "s| include 'standard_run_star_extras.inc'|$contents|g" "$rse"
    • should become...
    • perl -i -pe "s|\s*include 'standard_run_star_extras.inc'|$contents|g" "$rse"
    • this makes the replacement independent of how many spaces are in the string being replaced

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingshmesa

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions