forked from Mirror/pmbootstrap
The apkbuild parser could not handle cases where a line ends in a comment but the value is not quoted. E.g. this: pkgver=1.0 # I'm a comment, look at me was being parsed to a value like this: 1.0 # I'm a comment, look at me ... which is obviously wrong. This strips off any trailing comment on the line, so it's parsed to the correct value. fixes #2087 |
||
---|---|---|
.. | ||
__init__.py | ||
_apkbuild.py | ||
apkindex.py | ||
arch.py | ||
arguments.py | ||
binfmt_info.py | ||
bootimg.py | ||
cpuinfo.py | ||
depends.py | ||
deviceinfo.py | ||
kconfig.py | ||
version.py |