Am Samstag, 11. November 2006 12:39 schrieb Eric Y. Kow: > […] > > To make clear what I have in $PATH when using darcs push over SSH I said > > > > ssh [EMAIL PROTECTED] "echo $PATH" > > Note that this just prints out the local path. To get the path on the > other end, you want ssh [EMAIL PROTECTED] 'echo $PATH' > > The single quotes don't let your shell interpret the variables inside.
This is only if he uses a Unix shell locally. Since he uses the Windows command line interpreter, the command line he used should be okay and using single quotes is probably not possible. > […] Best wishes, Wolfgang _______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
