Commit e27d887
committed
cellsim help: apostrophes instead of backticks in fep-hyd description
Backticks in a bash heredoc get command-substituted, so
"cellsim fep-freesolv" (in backticks) was being executed by
bash and its output — nothing — replaced the literal text.
Render was an empty line where the cross-reference should be.
Swapped to single quotes ('cellsim fep-freesolv') — literal,
no substitution. The other pre-existing backticks are inside
"#" shell comments, which never reach the heredoc, so this is
the only call site that needed fixing.1 parent 2d28c7d commit e27d887
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments