On 03/28/2017 at 23:10 Chris Marusich writes: [...]
> To view your changes, it's helpful to add the 'guix/doc' directory from
> your local Guix checkout to your INFOPATH. I've put the following line
> in my ~/.bash_profile to do this automatically:
>
> export INFOPATH="$HOME/guix/doc${INFOPATH:+:}$INFOPATH"
Hi Chris, don't you mean ...
export INFOPATH="$HOME/guix/doc${INFOPATH:+:$INFOPATH}"
- George
