[plug] Java environment variable

Greg Mildenhall assassin at live.wasp.net.au
Wed Sep 26 09:54:38 WST 2001


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/^.://'`

?

-Greg




More information about the plug mailing list