> Another workaround is to replace the $( < file ) construct with $( cat
> < file ) ... note that ${ < file } has the same issues as $( < file )
> in a subshell...
Yes, there are many workarounds, sorry I should have written that
earlier.
- remove the trap
- make the trap empty or just ':'
- don't use subshell ( ... ) for the while loop
- read the /dev/null via STDERR=$(cat /dev/null)
Thank you
--
Vlad
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers