Doc update
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index de7c5491947a308e3c00fc28d89fcdef2c4f88ff..0a62ef5095cad6275babb258aec28d672b732a6b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
-#Debug
+#Debug to pidgin's STDERR
 (
 echo "DATE: $(date)";
-env | grep '^ANSW_';
+env | grep -a '^ANSW_' | sort;
 echo =============================================
 ) >&2;
This page took 0.24759 seconds and 4 git commands to generate.