cyberGn0m wrote: > A have cross-compiled bash for arm-linux platform. > So, i got problem. > After bash started my context looks broken: > > at start it says: > shell-init: error retrieving current directory: getcwd: cannot access parent > directories: Success
It means that getcwd() fails (returning NULL), but doesn't set errno to anything meaningful when it does. Are you using the system getcwd(), or the bash-provided replacement? (grep GETCWD config.h). Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/