Skip to content

Commit

Permalink
eval: In gen-embedded-module, handle backtick correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed May 28, 2017
1 parent 8f2f265 commit 1f3ba0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/gen-embedded-modules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ out = ./embedded-modules.go

for f [*.elv] {
print '"embedded:'$f[:-4]'": `'
cat $f | sed 's/`/``/g'
cat $f | sed 's/`/`+"`"+`/g'
echo '`,'
}

Expand Down

0 comments on commit 1f3ba0e

Please sign in to comment.