Subject: | Behavior when environment variable value is empty string |
"If it is defined but contains a blank string, the current directory will be assumed."
I believe this is not wise, according to current wisdom. Since nowadays relative path (including ".") is considered unsafe/insecure, the above behavior is equivalent to assuming '' to be the same as '.'.