Skip to content

DistributionRequirement: Fix dnf, yum and zypper

sarge converts cmd ^a into ['cmd', '^', 'a']. To avoid that behaviour, the command given to sarge should be cmd "^a".

Fixes https://gitlab.com/coala/package_manager/issues/44

Merge request reports