forked from Telodendria/Telodendria
Apply #13.
This commit is contained in:
parent
3fd5e448b2
commit
1ae3a4e9c4
1 changed files with 2 additions and 1 deletions
3
make.sh
3
make.sh
|
@ -144,7 +144,8 @@ recipe_patch() {
|
|||
EDITOR=vi
|
||||
fi
|
||||
|
||||
PATCH_FILE="${MXID}_$(date +%s).patch"
|
||||
NORMALIZED_MXID=$(echo "$MXID" | sed -e 's/@//g' -e 's/:/-/g')
|
||||
PATCH_FILE="${NORMALIZED_MXID}_$(date +%s).patch"
|
||||
|
||||
(
|
||||
printf 'From: "%s" <%s>\n' "$DISPLAY_NAME" "$MXID"
|
||||
|
|
Loading…
Reference in a new issue