From 466309920c13be107cd56ed0c7f533a0dbe9c5ab Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Sat, 5 Feb 2022 00:06:51 +0100 Subject: [PATCH] Enhance documentation of env. variables set at system level --- docs/config_reference.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config_reference.rst b/docs/config_reference.rst index 6820840120..a6b0c96fc9 100644 --- a/docs/config_reference.rst +++ b/docs/config_reference.rst @@ -148,6 +148,7 @@ System Configuration :default: ``[]`` A list of environment variables to be set always when running on this system. + These variables modify the ReFrame environment. Each environment variable is specified as a two-element list containing the variable name and its value. You may reference other environment variables when defining an environment variable here. ReFrame will expand its value.