On Sat, Aug 25, 2012 at 12:05 AM, Glenn Fowler <g...@research.att.com> wrote:
>
> 2012-08-24 alphas posted to
>         www.research.att.com/sw/download/alpha/
> this is still a work in progress
>

While looking through the diffs I found this:
-- snip --
--- ast_ksh_20120813/original/src/cmd/ksh93/tests/types.sh
2012-03-29 18:46:32.000000000 +0200
+++ ast_ksh_20120824/build_i386_64bit_debug/src/cmd/ksh93/tests/types.sh
       2012-08-24 21:18:56.000000000 +0200
@@ -639,4 +639,43 @@
[snip]
+typeset -T fifo_t=(
+       typeset fifo_name
+       integer in_fd
+       integer out_fd
+       cinit()
+       {
+               _.fifo_name="$1"
+               > ${_.fifo_name}
+               redirect {_.out_fd}> ${_.fifo_name}

I think "> ${_.fifo_name}" should be "mkfifo > ${_.fifo_name}" ... right ?

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.ma...@nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-developers mailing list
ast-developers@research.att.com
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to