I forgot to remove the echo xd

This commit is contained in:
jacekpoz 2024-07-13 22:40:05 +02:00
parent c8867a5eb6
commit 2e23add5dc
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,5 +1,5 @@
_: { _: {
environment.sessionVariables = { environment.sessionVariables = {
MALLOC_PERTURB_ = "echo $(($(head -200 /dev/urandom | cksum | cut -f1 -d " ") % 255 + 1))"; MALLOC_PERTURB_ = "$(($(head -200 /dev/urandom | cksum | cut -f1 -d " ") % 255 + 1))";
}; };
} }