Roland Mainz
2013-09-12 00:19:36 UTC
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
----
[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) roland.mainz at nrubsig.org
\__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer
/O /==\ O\ TEL +49 641 3992797
(;O/ \/ \O;)
__ . . __
(o.\ \/ /.o) roland.mainz at nrubsig.org
\__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer
/O /==\ O\ TEL +49 641 3992797
(;O/ \/ \O;)