aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/core/environment.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/environment.c b/src/lib/core/environment.c
index bd3ac1b..057d89e 100644
--- a/src/lib/core/environment.c
+++ b/src/lib/core/environment.c
@@ -404,6 +404,7 @@ char *runtime_expand_var(RuntimeEnv *env, char *input) {
* @param _value New environment variable value
*/
void runtime_set(RuntimeEnv *env, const char *_key, char *_value) {
+ const char *sep = "=";
if (_key == NULL) {
return;
}