This is an easy enough fix to install, but why in the world would `cd dir' echo and yet `cd ./dir' does not?
I think that is bash's behaviour. If you do a "cd xyz" then it could either search your CDPATH and find any directory that has "xyz" in it, or it could go to ./xyz. It echoes regardless to let you know where you ended up. If you put an explicit path, it doesn't echo, because you know that your CDPATH wasn't searched. It probably has something to do with the fact that that bit of sanity.sh is executing a shell within a shell, so probably reads my .bashrc or something like that. BFN. Paul. _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
