X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug-notify.sh;h=c5fb354065795ba7428b27dbbd1cacf456dcf93c;hp=18bc0c4d3c6ccfec1b752e987827fc695d240bb6;hb=b1866b8c5dc9289d195f78dd77c6007131781d14;hpb=218061aadea5a0bf861bf663554161a9cc9987f4 diff --git a/purple/answerscripts.d/00-debug-notify.sh b/purple/answerscripts.d/00-debug-notify.sh index 18bc0c4..c5fb354 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 '^ANSW_' | sort)" &>/dev/null