uci bug
Paul D
newtwen at gmail.com
Fri Mar 29 09:23:15 PDT 2024
When running uci from the command line, it parses files in
/etc/config
If other 'config' type files exist in this path, uci emits:
uci: Entry not found
to stderr for each non-uci type encountered. This can be confusing.
Additionally, for every line printed to stderr in this process, it
iteratively adds an extra linefeed. So first line has \n, second line
has \n\n, third line has \n\n\n etc.
How best to squelch or disambiguate this?
More information about the openwrt-devel
mailing list