Roland Mainz wrote: > Glenn Fowler wrote: > > > > 2009-06-30 beta source tarballs have been posted at > > > > http://www.research.att.com/sw/download/beta/ > > > > this includes all ksh93t+ patches since the last release > > Somehow the following statement no longer returns "true" with > ast-ksh.2009-06-30 on Solaris 11/B110 SPARC+x86: > -- snip -- > # test the "sum" builtin against /usr/bin/sum > x="/usr/bin/sh" > [[ "$(/usr/bin/sum "$x")" == "$(sum "$x")" ]] > -- snip -- > Note that "/usr/bin/ls" is a softlink to "../../sbin/sh". > > Is it possible that the change from "metaphysical" to "physical" in > libast may cause this somehow ? > > BTW: $ getconf PATH_RESOLVE # returns "metaphysical"
Mhhh... interestingly it now works (same binary, same test module - AFAIK nothing changed). Is it possible that this is triggered by an uninitalised variable somehow ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
