seting up ports

Dominic Mitchell dom at happygiraffe.net
Wed Jun 4 15:37:15 BST 2003


On Wed, Jun 04, 2003 at 03:30:43PM +0100, Daniel Finnimore wrote:
> My faith has now been restored.
> 
> make install 2>&1 | tee MAKELOG gave a "Ambiguous output redirect" so I just
> ran with the | tee MAKELOG

Oh, you must be using csh, try doing this instead:

    # make install |& tee MAKELOG

You might like to try zsh, which has many csh features without actually
being csh.  :-)

-Dom




More information about the Ukfreebsd mailing list