X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug.sh;fp=purple%2Fanswerscripts.d%2F00-debug.sh;h=3ccca3a18c7c5c8eaa917b96d96a558d5381bf69;hp=de7c5491947a308e3c00fc28d89fcdef2c4f88ff;hb=b1866b8c5dc9289d195f78dd77c6007131781d14;hpb=218061aadea5a0bf861bf663554161a9cc9987f4 diff --git a/purple/answerscripts.d/00-debug.sh b/purple/answerscripts.d/00-debug.sh index de7c549..3ccca3a 100755 --- a/purple/answerscripts.d/00-debug.sh +++ b/purple/answerscripts.d/00-debug.sh @@ -2,6 +2,6 @@ #Debug ( echo "DATE: $(date)"; -env | grep '^ANSW_'; +env | grep '^ANSW_' | sort; echo ============================================= ) >&2;