mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:29:02 -08:00
don't escape .
for discord
This commit is contained in:
parent
16f38ef1e4
commit
971c6457b6
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ __notice_upload() {
|
|||
|
||||
REPLY="${file##*/}"
|
||||
# ksh and mksh dictate that the characters must be in this order:
|
||||
__notice_escape "$REPLY" '][!#()*+.<>_`{|}\\\-'
|
||||
__notice_escape "$REPLY" '][!#()*+<>_`{|}\\\-' # removed '.' due to discord
|
||||
__notice_escape "$REPLY" '\\"'
|
||||
sanitized="$REPLY"
|
||||
|
||||
|
|
Loading…
Reference in a new issue