fix broken newline
This commit is contained in:
parent
167baf23f3
commit
be870e1a9d
|
|
@ -386,8 +386,8 @@ notify_ask_one() {
|
|||
--content "$content" \
|
||||
--sound \
|
||||
--button1 "Answer" \
|
||||
--button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'"
|
||||
|| return 1
|
||||
--button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" \
|
||||
|| return 1
|
||||
|
||||
local start now
|
||||
start="$(date +%s)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue