Thread
:
bad for loop variable
View Single Post
pulketo
2009-12-23 , 17:27
Posts: 30 | Thanked: 4 times | Joined on Nov 2009
#
1
hello, busybox 'for' command is not working as it does on common distributions.
it says:
line 1: syntax error: Bad for loop variable
is there a special way to work with for variables in maemo??
my script run well on ubuntu
the for scripts is:
formpl:
for ((i=1;i<=$1;i++)) do mpl mp3 $i;done
mpl command works well
thanks
Last edited by pulketo; 2010-01-08 at
16:44
. Reason: solved
Quote & Reply
|
pulketo
View Public Profile
Send a private message to pulketo
Find all posts by pulketo