Skip to content
Snippets Groups Projects
Commit c0291308 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: lib/modules/Crypto/randomness.pmod:1.8
parent c3f775a0
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,10 @@ PRIVATE string some_entropy() ...@@ -54,7 +54,10 @@ PRIVATE string some_entropy()
{ {
catch { catch {
Process.create_process(Process.split_quoted_string(cmd), Process.create_process(Process.split_quoted_string(cmd),
(["stdin":null,"stdout":child_pipe,"stderr":null])); (["stdin":null,
"stdout":child_pipe,
"stderr":null,
"env":env]));
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment