On Thu, 2003-08-14 at 23:11, bino-psn wrote: > Dear All. > I just download qos-htb.lrp > Try to load it on my bering box. > > when i try to start it ... > it give error msg : > > ./htb.init: 636: Syntax error: Bad substitution > > I look into that Line and it only contain blank-string variable assignment > as : > > RNAME="";CNAME="" > > > Any Clue please ..
This is becoming a FAQ. htb.init uses the Bash expression syntax $[...]. Ash doesn't support that syntax so you must replace all occurrences of those expressions with $((...)) -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
