Proper support for chatrooms and minor fixes
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index 3ccca3a18c7c5c8eaa917b96d96a558d5381bf69..1921912be7c934b0c90252e76b9b77241fcb9613 100755 (executable)
@@ -2,6 +2,6 @@
 #Debug
 (
 echo "DATE: $(date)";
-env | grep '^ANSW_' | sort;
+env | grep -a '^ANSW_' | sort;
 echo =============================================
 ) >&2;
This page took 0.111795 seconds and 4 git commands to generate.