diff --git a/bin/steps/collectstatic b/bin/steps/collectstatic
index 9ab29f5a0459e60f9077f677fe4ac2993f5677f7..4b095fefe53c9227565fc4d56b682eaf90c65602 100755
--- a/bin/steps/collectstatic
+++ b/bin/steps/collectstatic
@@ -49,7 +49,7 @@ if [ ! "$DISABLE_COLLECTSTATIC" ] && [ -f "$MANAGE_FILE" ] && [ "$DJANGO_INSTALL
             echo
             echo "****** Collectstatic environment variables:"
             echo
-            env
+            env | indent
         fi
 
         # Abort the build.