GIT.Harvie.CZ
/
mirrors
/
libpurple-core-answerscripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b9f18
)
Escape notify
author
Tomas Mudrunka
<tomas@mudrunka.cz>
Thu, 19 Feb 2015 15:44:41 +0000
(16:44 +0100)
committer
Tomas Mudrunka
<tomas@mudrunka.cz>
Thu, 19 Feb 2015 15:49:04 +0000
(16:49 +0100)
purple/answerscripts.d/00-notify.sh
patch
|
blob
|
blame
|
history
diff --git
a/purple/answerscripts.d/00-notify.sh
b/purple/answerscripts.d/00-notify.sh
index 33946e9457acbadfc566ef7d5d5aa0786df973fe..7e6f8db5bd586ebcac4ab7d2ad9992f2279878f4 100755
(executable)
--- a/
purple/answerscripts.d/00-notify.sh
+++ b/
purple/answerscripts.d/00-notify.sh
@@
-1,3
+1,3
@@
#!/bin/sh
#Show notification for each incomming message
-notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$
ANSW_MSG
"
+notify-send -i pidgin "$ANSW_PROTOCOL:$ANSW_R_NAME" "$
(echo "$ANSW_MSG" | sed -e 's/&/&/g')
"
This page took
0.091306 seconds
and
4
git commands to generate.