mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-21 20:08:48 +00:00
Quote arguments in tmux display-message
This commit is contained in:
parent
94594efdb0
commit
ec9f68cad5
@ -16,7 +16,7 @@ MESSAGE="$1"
|
|||||||
END_MESSAGE="$2"
|
END_MESSAGE="$2"
|
||||||
SPIN='-\|/'
|
SPIN='-\|/'
|
||||||
|
|
||||||
trap "tmux display-message $END_MESSAGE; exit" SIGINT SIGTERM
|
trap "tmux display-message '$END_MESSAGE'; exit" SIGINT SIGTERM
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
local i=0
|
local i=0
|
||||||
|
Loading…
Reference in New Issue
Block a user