Hi!

----

After updating to ast-ksh.2009-03-10 we got lots of warings like this
one:
-- snip --
$ ksh93 -n -c 'redirect
{netfd}<>"/dev/tcp/${host}/${port}"'                                            
     
ksh93: warning: line 1: use space or tab to separate operators < and "
-- snip --

How do I change the code to get rid of the warning ? I tried to add a
<space> but this still fails:
-- snip --
$ ksh93 -n -c 'redirect {netfd} <>
"/dev/tcp/${host}/${port}"'                                               
ksh93: warning: line 1: use space or tab to separate operators < and
-- snip --

----

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

Reply via email to