cc: [email protected]
Subject: Re: [ast-developers] Regression: each time different result
--------

> we've found that following script print every time different output:
> #!/bin/ksh
> 
> function tvar {
>  ls -l testf
>  cat - > testf
>  cat testf
>  rm testf
> }
> ls -l testf
> print ABCDE | tvar
> #COMMENT
> 
> In ksh 2008-11-04 output looks like this (every time):
> $ ./test.sh
> ls: cannot access testf: No such file or directory
> ls: cannot access testf: No such file or directory
> ABCDE
> 

The latest version gives the same result as 2008-11-04.
We will post the lastest version very soon.

David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to