logo       

Re: busybox 1.0 pre2 let problem: msg#00269

linux.busybox

Subject: Re: busybox 1.0 pre2 let problem

Miles Roper wrote:
Hi,

Just compiled the new busybox 1.0 pre2, but are having a problem with let.

on busybox 0.61beta.20030623 (the previous version I was using) you use to
be able to go

let x=1

now this returns
let: 21: Syntax error: x=1

Ideas?


dash have expr == let aliased.
Result: let is command for reduce $(()) syntax.
You should change your example to
x=`let 1`


--w
vodz


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise