[Zope] [ANN] ZShell 0.1

Jerome Alet alet@unice.fr
Fri, 4 May 2001 14:47:53 +0200 (MET DST)


On Fri, 4 May 2001, Jose Soares wrote:

> Seems that command cd doesn't work aproperly.
> If I do the following commands:
> -------------------------------
> pwd
> cd img
> -------------------------------
> Results:
> pwd: /ALLEVATORI
> cd: New folder is /ALLEVATORI/img
> 
> again:
> --------------------------------
> pwd
> --------------------------------
> Results:
> pwd: /ALLEVATORI
> 
> ---------------------------
> It should be /ALLEVATORI/img isn't it?

Yes, but it wasn't coded this way.

Actually (in 0.1) to successive Run! are independant one from the other,
and the current working folder is not remembered.

This is corrected in CVS, however.

Please wait one hour or two and I'll put a 0.2 online at
http://cortex.unice.fr/~jerome/zshell/

The CVS version also corrects part of the incorrect handling of the folder
hierarchy: it's better now, but absolute paths are still problematic. 

I'll try to make wget work before publishing 0.2

bye,

Jerome