mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 20:21:32 +00:00
Previously, MCA parsed rpm output with the comma character which is a valid filename character that is currently in use. Now, MCA parses rpm output with the \a character which has also been added to the blacklisted set of characters. Signed-off-by: John Akre <john.w.akre@intel.com>