summaryrefslogtreecommitdiffstats
path: root/Documentation/user/defaultenv-2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/user/defaultenv-2.rst')
-rw-r--r--Documentation/user/defaultenv-2.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/user/defaultenv-2.rst b/Documentation/user/defaultenv-2.rst
index 7502d3de10..a79ae83d56 100644
--- a/Documentation/user/defaultenv-2.rst
+++ b/Documentation/user/defaultenv-2.rst
@@ -44,7 +44,9 @@ and their respective included directories in ``defaultenv/Makefile``:
This script is executed by the barebox startup code after initialization.
In defaultenv-2, this script will define and set a number of global
-variables, followed by sourcing all of the scripts in ``/env/init/`` with::
+variables, followed by sourcing all of the scripts in ``/env/init/`` with:
+
+.. code-block:: sh
for i in /env/init/*; do
. $i