Proper support for chatrooms and minor fixes
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug-notify.sh
index 18bc0c4d3c6ccfec1b752e987827fc695d240bb6..63e1540bbf692d3d7b4663116c88ecae58692f65 100755 (executable)
@@ -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
This page took 0.149732 seconds and 4 git commands to generate.