[BusyBox] busybox 1.0 pre2 let problem

Vladimir N. Oleynik dzo at simtreas.ru
Thu Jul 31 07:47:06 UTC 2003


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





More information about the busybox mailing list