Hi.

Even though environment variables were listed in the current shell, they were not explicitly EXPORTED in the sourced .bashrc file.

This caused the $ENV{'VARNAME'} not to pick it up.

Using export VARNAME corrected the issue.

export DEBFULLNAME="Peter Hyman"
export DEBEMAIL="p...@peterhyman.com"
export EMAIL="p...@peterhyman.com"

--
Peter Hyman

Reply via email to