From 21ac2bdd8805eb72e11acc6d16a228edf7a446fc Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 15 Jul 2021 15:44:17 +0300 Subject: feat: add (un)localize make targets --- compile_emoji_sedstring.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile_emoji_sedstring.sh') diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh index 2fb2f6d..3337e59 100755 --- a/compile_emoji_sedstring.sh +++ b/compile_emoji_sedstring.sh @@ -6,5 +6,5 @@ cd public/emoji; for EMOJI in *; do BASENAME=${EMOJI%.*} - echo "s|:${BASENAME}:|\\\"${BASENAME}-icon\\\"|g; " + echo "s|:${BASENAME}:|\\\"${BASENAME}-icon\\\"|g; " done -- cgit v1.2.3