Re: [Bashburn-info] Move to release soon?
Brought to you by:
bashburn
From: Steven W. O. <st...@sy...> - 2008-09-24 14:06:54
|
On Wednesday, Sep 24th 2008 at 08:10 -0000, quoth Nick Warne: =>OK, this may surprise you guys. => =>Apart from actually burning anything, the only issue I can see now is I =>still cannot enter data in the configure menu 'author' field properly. =>'@' still doesn't work right, and it takes a few efforts to get a space =>in between words from scratch, => =>I think once that is done, we can move this over. => =>Then I reckon we need to test functionality before anything else gets =>changed. => =>Agree? => =>Nick It amazes mehow software can still be broken after it gets looked at. I'm starting to feel more humble by the minute. :-( Fixed in 578. - eval "$CFG_CHANGES[ii]=${var}\|\"${input}\"" + eval "$CFG_CHANGES[ii]=\"${var}|${input}\"" - (( found )) || eval "$CFG_CHANGES[chsize]"="${var}\|${input}" + (( found )) || eval "$CFG_CHANGES[chsize]=\"${var}|${input}\"" Don't look too closely or your brain will explode. I know mine did. -- steveo at syslang dot net TMMP1 http://frambors.syslang.net/ Do you have neighbors who are not frambors? Steve Orr Who should we vote for? http://steveo.syslang.net/electionrec-2008/ |