mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:31:41 +00:00
usar LD_PRELOAD en jekyll también
This commit is contained in:
parent
5cc0f94f80
commit
74245679fd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue