mirror of
https://github.com/zdharma-continuum/zconvey.git
synced 2026-09-10 07:06:21 -04:00
notify: Don't quote arguments
This commit is contained in:
parent
54fceaec7a
commit
2f02abe09f
|
|
@ -233,7 +233,7 @@ fi
|
|||
# {{{
|
||||
|
||||
local -a args
|
||||
args=( "${(q)@}" )
|
||||
args=( "$@" )
|
||||
|
||||
local ntext="${args[*]}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue