On 27/07/2005, at 6:17 PM, James Devenish wrote:
In message <[EMAIL PROTECTED]>
on Wed, Jul 27, 2005 at 05:22:02PM +0800, Matthew Healey wrote:
At first it thought it was a path issue, but everything seems to be
right there as well.
chloe:~ root# ssh inky.mur.wocwa.com echo $PATH
The error is that $PATH is being expanded on chloe, not inky.
Try
chloe:~ root# ssh inky.mur.wocwa.com echo '$PATH'
Thanks James,
So therefore how do I fix the path on inky so that my original
command (ssh inky.mur.wocwa.com unison -version) works without any
problems?
- Matt