Cleaned up things, RENAMED VARIABLES! now we have ANSW_R_* and ANSW_L_* namespaces...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug-notify.sh
index 18bc0c4d3c6ccfec1b752e987827fc695d240bb6..c5fb354065795ba7428b27dbbd1cacf456dcf93c 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 #Debug for systems with notify
 #!/bin/sh
 #Debug for systems with notify
-notify-send AnswerScripts "$(env | grep '^ANSW_')" &>/dev/null
+notify-send AnswerScripts "$(env | grep '^ANSW_' | sort)" &>/dev/null
This page took 0.123758 seconds and 4 git commands to generate.