From 74245679fdf039862ca581c729934b24eceef453 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 25 May 2020 13:19:11 -0300 Subject: [PATCH] =?UTF-8?q?usar=20LD=5FPRELOAD=20en=20jekyll=20tambi=C3=A9?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/deploy_local.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index 14471f7..cc02dfd 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -58,7 +58,8 @@ class DeployLocal < Deploy 'HOME' => home_dir, 'PATH' => paths.join(':'), 'JEKYLL_ENV' => Rails.env, - 'LANG' => ENV['LANG'] + 'LANG' => ENV['LANG'], + 'LD_PRELOAD' => ENV['LD_PRELOAD'] } end