dragoip / 0xdroid

Automatically exported from code.google.com/p/0xdroid
0 stars 0 forks source link

config command in installer read configs cross sections #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the config is defined as:

  [installer]
  CONFIG_ONE = config_one
  [ignore]
  CONFIG_IGNORE = error

then trying to get the installer.CONFIG_IGNORE will success and return "error".

It is expected to return a empty string.

Original issue reported on code.google.com by ckanru on 30 Apr 2010 at 6:22

GoogleCodeExporter commented 9 years ago
Fixed. Please download the dailybuild installer.

http://downloads.0xlab.org/installer/dailybuild/uImage.bin

Original comment by ckanru on 6 May 2010 at 3:02