actually no this is clearer

This commit is contained in:
jacekpoz 2024-07-13 22:44:57 +02:00
parent 940310a30e
commit c5beab8e33
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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