Hi!

----

[The following issue was reported by one companies doing work on
Illumos (=OpenSolaris clone) ...]

If ksh93 is called using the -v option it prints extra code related to
the _Bool datatype setup:
-- snip --
$ cat x.sh
#!/home/test001/bin/ksh -p
print ok
$ ~/bin/ksh -c '{ ~/bin/ksh -v /dev/fd/$n ; } {n}<"x.sh"'
                                 enum _Bool=(false true) ;ok
-- snip --

AFAIK the correct output should look like this:
-- snip --
$ ~/bin/ksh -c '{ ~/bin/ksh -v /dev/fd/$n ; } {n}<"x.sh"'
                             ok
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to