aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-02 22:08:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-02 22:08:15 +1200
commit54e85f42174610a0aaf29a4912c22bb8d7a4f742 (patch)
tree03cff091767329a7bea20826d424e279cf7d1124 /bin
parentUse mi5 to make templated shell scripts (diff)
downloaddotfiles-54e85f42174610a0aaf29a4912c22bb8d7a4f742.tar.gz
dotfiles-54e85f42174610a0aaf29a4912c22bb8d7a4f742.zip
Remove lies from mi5
The second pass of the evaluator confounded me
Diffstat (limited to 'bin')
-rw-r--r--bin/mi5.awk3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/mi5.awk b/bin/mi5.awk
index c05955ff..32bac6e9 100644
--- a/bin/mi5.awk
+++ b/bin/mi5.awk
@@ -33,9 +33,6 @@ mac {
# Don't let apostrophes close the comment
gsub(/'/, "''`")
- # Don't let $ signs confound expansion
- gsub(/\$/, "$'`")
-
# Replace m5 opener with m4 closer
gsub(/<% */, "'")