diff --git a/definition_files.rst b/definition_files.rst index bda82099..f2e1c159 100755 --- a/definition_files.rst +++ b/definition_files.rst @@ -567,7 +567,7 @@ the following syntax: .. code:: {command} %environment - FOO=${FOO:-'default'} + export FOO=${FOO:-'default'} The value of ``FOO`` in the container will take the value of ``FOO`` on the host, or ``default`` if ``FOO`` is not set on the host or if