Cleaned up things, RENAMED VARIABLES! now we have ANSW_R_* and ANSW_L_* namespaces...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-debug.sh
index de7c5491947a308e3c00fc28d89fcdef2c4f88ff..3ccca3a18c7c5c8eaa917b96d96a558d5381bf69 100755 (executable)
@@ -2,6 +2,6 @@
 #Debug
 (
 echo "DATE: $(date)";
-env | grep '^ANSW_';
+env | grep '^ANSW_' | sort;
 echo =============================================
 ) >&2;
This page took 0.212103 seconds and 4 git commands to generate.