View Single Post
Old 01-08-2009, 12:33 PM   #30
hansel
JSR FFD2
hansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheesehansel can extract oil from cheese
 
hansel's Avatar
 
Posts: 305
Karma: 1045
Join Date: Aug 2008
Location: Rotterdam, Netherlands, Europe, Sol 3
Device: iliad
Quote:
Originally Posted by romanas View Post
@hansel: i modified firmware script and changed 2.12 into 2.12.1 It works fine now. Thank you very much, great job
Thanks for testing.
newLister-1.0.4 accepts all versions that contain 2.12:

Code:
old test: if [ "$Firmware_iLiad" = "$Firmware_Script" ]; then  
new test: if echo $Firmware_iLiad | grep $Firmware_Script - ; then
hansel is offline   Reply With Quote