This is repost from http://tomatousb.org/forum/t-461749
"Here is a minimalist demonstration of the Hash-Bang Shell Parameter Bug:
Paste this:
cd /tmp
echo "#!/bin/sh" >bug
echo 'echo -n $1.' >>bug
chmod +x bug
for i in 0 1 2 3 4 5 6 7 8 9; do bug $i; done
You should get a line of 10 punctuated digits.
But on the N66U, you might see a few "ug"s instead.
You can do this from Tools>System — no need to ssh or telnet."
Oh my God...
RT-N66U is here and
every time when I execute it I don't have any result without "ug" !!!
0.1.2.3.ug.5.6.7.8.9.
ug.1.ug.ug.ug.5.ug.7.8.ug.
ug.1.2.3.ug.ug.ug.ug.8.ug.
etc.
...
I did same test on E2000 and it works fine without "ug" all the time.
"0.1.2.3.4.5.6.7.8.9." Good result !
P.S. On both routers I have last version of Toastman f/w.
I would like to know results of such test with DD-WRT on RT-N66U...
P.P.S. I put exactly same post on others sites...
"Here is a minimalist demonstration of the Hash-Bang Shell Parameter Bug:
Paste this:
cd /tmp
echo "#!/bin/sh" >bug
echo 'echo -n $1.' >>bug
chmod +x bug
for i in 0 1 2 3 4 5 6 7 8 9; do bug $i; done
You should get a line of 10 punctuated digits.
But on the N66U, you might see a few "ug"s instead.
You can do this from Tools>System — no need to ssh or telnet."
Oh my God...
RT-N66U is here and
every time when I execute it I don't have any result without "ug" !!!
0.1.2.3.ug.5.6.7.8.9.
ug.1.ug.ug.ug.5.ug.7.8.ug.
ug.1.2.3.ug.ug.ug.ug.8.ug.
etc.
...
I did same test on E2000 and it works fine without "ug" all the time.
"0.1.2.3.4.5.6.7.8.9." Good result !
P.S. On both routers I have last version of Toastman f/w.
I would like to know results of such test with DD-WRT on RT-N66U...
P.P.S. I put exactly same post on others sites...