[plug] Java environment variable

Carl Gherardi gherardi at cs.curtin.edu.au
Wed Sep 26 10:23:14 WST 2001


On Wed, 26 Sep 2001, Greg Mildenhall wrote:

> On Tue, 25 Sep 2001, Carl Gherardi wrote:
> > a line from my bashrc to remove "."
> > PATH=`echo $PATH | sed -e 's/::/:/g; s/:.:/:/g; s/:.$//; s/^://'`
>
> Shouldn't that be:
>   PATH=`echo $PATH | sed -e 's/::/:/g; s/:.:/:/g; s/:.$//; s/^.://'`
>
> ?

Nope but I should probably add that one aswell

Carl




More information about the plug mailing list