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