X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=purple%2Fanswerscripts.d%2F00-debug.sh;h=0a62ef5095cad6275babb258aec28d672b732a6b;hb=0de4c2047c7cc14218a898038fab6822ff7d23cf;hp=de7c5491947a308e3c00fc28d89fcdef2c4f88ff;hpb=bd5b023fcefc39ebca7072d4eba57ee86818e33c;p=mirrors%2Flibpurple-core-answerscripts.git diff --git a/purple/answerscripts.d/00-debug.sh b/purple/answerscripts.d/00-debug.sh index de7c549..0a62ef5 100755 --- a/purple/answerscripts.d/00-debug.sh +++ b/purple/answerscripts.d/00-debug.sh @@ -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;