t.bogodir on powerpc

David Relson relson at osagesoftware.com
Mon Apr 7 02:33:10 CEST 2003


At 06:26 PM 4/6/03, Clint Adams wrote:

> > echo HOME=$HOME
> > ls -ld $HOME
> >
> > That would provide a bit more info.
>
>Okay, -3 will start building with this addition shortly:
>
>echo "Information about home directory"
>echo "================================"
>echo "HOME=$HOME"
>x=$HOME
>prevx=invalid
>
>while [ "$x" != "$prevx" ]
>do
>         ls -ld $x
>         prevx=$x
>         x=`dirname $prevx`
>done

Great!

Actually we already know that $HOME is set.  In t.bogodir variable expect 
is "$HOME/.bogofilter" and is printed out in "echo ### expect: 
$expect/goodlist.db".  We see the "### expect" message, which is how path 
"/home/buildd/.bogofilter" got into the output.






More information about the bogofilter-dev mailing list