Re: the test shell script never returns to shell

2023-10-26 Thread wenlin
On 10/26/2023 22:08, Chet Ramey wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 10/24/23 11:14 PM, Wenlin Kang wrote: Hi I want to report a bug, it rarely observes

the test shell script never returns to shell

2023-10-24 Thread Wenlin Kang
5. test.sh file: #!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/diag; export PATH max=4 for ((i=0; i < $max; i++)); do   echo "### start $i ###"   eval "ls -liR /usr" 2>&1   echo "#### end of $1 "   echo done -- Thanks, Wenlin Kang

Re: the test shell script never returns to shell

2023-10-27 Thread Kang Wenlin
On 10/27/2023 20:57, Chet Ramey wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 10/26/23 10:10 PM, wenlin wrote: Hi  Chet Thanks for your response,  can you or