This is to correct the variable name CONFIGSTR in the export_bool
sub-routine: the variable in line 26 was written CONFIGSTRING instead
of CONFIGSTR.
Signed-off-by: Jean-Michel Lacroix <redacted>
PKG_NAME:=darkstat
PKG_VERSION:=3.0.719
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
config_get_bool _loctmp "$section" "$option"
if [ -n "$_loctmp" ]; then
if [ 1 -eq "$_loctmp" ]; then
- CONFIGSTRING="$CONFIGSTRING${_keystr} "
+ CONFIGSTR="$CONFIGSTR${_keystr} "
fi
fi
}