diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 00:51:48 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 00:51:48 +0200 |
commit | decc12d8893a7e5ac00dcd3671ae8bd918e9bfc8 (patch) | |
tree | d608c46674f0275a31462b6e8566d9dfecabbe68 /build | |
parent | 30edb44e3777c20904312fa13a186603a779dd07 (diff) |
Missed a spot
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ compile_for_lang() { sed -Ei ' /<!-- IF-NOTES -->/,/<!-- FI-NOTES -->/d /<!-- (IF|FI)-COINS -->/d - ' $od/euro/coins.template.html + ' $od/euro/coins.template.html $od/euro/coins-denom.template.html nod=$od/euro/tn mkdir -p $nod |