X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug-notify.sh;h=63e1540bbf692d3d7b4663116c88ecae58692f65;hb=6257f1e391f5ccc9be54d345861af0da33212892;hp=18bc0c4d3c6ccfec1b752e987827fc695d240bb6;hpb=bc647306b3aa38c77a4eacb36bc479efc18d54ba;p=mirrors%2Flibpurple-core-answerscripts.git diff --git a/purple/answerscripts.d/00-debug-notify.sh b/purple/answerscripts.d/00-debug-notify.sh index 18bc0c4..63e1540 100755 --- a/purple/answerscripts.d/00-debug-notify.sh +++ b/purple/answerscripts.d/00-debug-notify.sh @@ -1,3 +1,3 @@ #!/bin/sh #Debug for systems with notify -notify-send AnswerScripts "$(env | grep '^ANSW_')" &>/dev/null +notify-send AnswerScripts "$(env | grep -a '^ANSW_' | sort)" &>/dev/null