Comment 7 for bug 609146

Revision history for this message
Georg (georg-lippold) wrote :

OK, I found the culprit... seems as if my .profile included a line

PATH=~/bin:$PATH

I replaced that with

PATH=$HOME/bin:"${PATH}"

and now it works