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