You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading profile.d/jemalloc we would get the below error. It boils
down to asking bash to do a string comparison when the left side wasn't
a string. The fix is to force the left side to be a string. So, if it's
unset, the comparison becomes `"" = "true"`.
```
/app/.profile.d/jemalloc.sh: line 5: [: =: unary operator expected
```
Fixesmojodna#1
Example:
It would just help with debugging as a bit of an "idiot test".
The text was updated successfully, but these errors were encountered: