summaryrefslogtreecommitdiff
path: root/compile_emoji_sedstring.sh
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-15 15:44:17 +0300
committereug-vs <eug-vs@keemail.me>2021-07-15 15:44:17 +0300
commit21ac2bdd8805eb72e11acc6d16a228edf7a446fc (patch)
tree02546728530d92dcd3e38c87c347d4aa3ab988cf /compile_emoji_sedstring.sh
parentc3978bdd56844992630221f23dd3cbe66e3d0088 (diff)
downloadeug-vs-xyz-21ac2bdd8805eb72e11acc6d16a228edf7a446fc.tar.gz
feat: add (un)localize make targets
Diffstat (limited to 'compile_emoji_sedstring.sh')
-rwxr-xr-xcompile_emoji_sedstring.sh2
1 files changed, 1 insertions, 1 deletions
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}:|<img src=\\\"public/emoji/${EMOJI}\\\" alt=\\\"${BASENAME}-icon\\\" height=\\\"${SIZE}\\\" width=\\\"${SIZE}\\\" style=\\\"${STYLE}\\\">|g; "
+ echo "s|:${BASENAME}:|<img src=\\\"/public/emoji/${EMOJI}\\\" alt=\\\"${BASENAME}-icon\\\" height=\\\"${SIZE}\\\" width=\\\"${SIZE}\\\" style=\\\"${STYLE}\\\">|g; "
done