On Wed, Aug 14, 2013 at 12:58 PM, Glenn Fowler <[email protected]> wrote: > > the AT&T Software Technology ast alpha 2013-08-14 source release > has been posted to the download site > http://www.research.att.com/sw/download/alpha/ > the package names and md5 checksums are > INIT ab18ae3ed80758d27adc2937d1877cae > ast-ksh 7aade4e56a21b5fdbf64504cd2c5cd29 > the md5 sums should match the ones listed on the download page > > this alpha is limited to ast-ksh mainly to verify that recent > portability/emulation changes are working > in particular please report any problems with O_SEARCH and cd -@ > these will be addressed first so we can move on to other things
cd -@ is now working again and even returns the correct error messages in case of failures: ksh -c 'mkdir tmpx; cd -@ tmp; print $?; ls -l' 0 total 2 -r--r--r-- 1 root root 116 Aug 15 12:01 SUNWattr_ro -rw-r--r-- 1 root root 408 Aug 15 12:01 SUNWattr_rw ksh -c 'cd -@ tmpx; print $?' /home/irek/bin/ksh: cd: tmpx: [No such file or directory] 1 Thank you for fixing it Irek _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
