Comment 6 for bug 707931

Revision history for this message
elrond (elrond.) wrote : Re: info can not find "Top" node

In order to set LANG variable Debian update-info-dir script now loads /etc/default/local. I added to my update-info-dir this:

if [ -r /etc/default/locale ]; then
    . /etc/default/locale
fi

after loading /etc/environment, but I still have the same problem:

$ info
info: Cannot find node `Top'.

Could it be a problem with the Italian language?