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
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
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