From 3fa7306ce6efa89123cdf4dae054b3b3080c9980 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 13 Nov 2022 13:07:00 +0000 Subject: [PATCH] Add comma --- scripts/getemojis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getemojis b/scripts/getemojis index 545b61dfa..b2ec34597 100755 --- a/scripts/getemojis +++ b/scripts/getemojis @@ -27,7 +27,7 @@ fi cat "${filename}" imported_filename='.emoji_import.txt' -result=$(cat "$filename" | grep '"' | awk -F '"' '{print $2 " " $4}') +result=$(cat "$filename" | grep '"' | awk -F '"' '{print $2 ", " $4}') if [ ! "${result}" ]; then echo "No emojis found" exit 3