lib/Tools/getenv
changeset 17226 0687c76021c0
parent 14981 e73f8140af78
child 28650 a7ba12e0d3b7
--- a/lib/Tools/getenv	Thu Sep 01 22:15:14 2005 +0200
+++ b/lib/Tools/getenv	Thu Sep 01 22:49:18 2005 +0200
@@ -58,7 +58,7 @@
 ## main
 
 if [ -n "$ALL" ]; then
-  env | sort
+  env
 else
   for VAR in "$@"
   do