Skip to content

DistributionRequirement: Fix dnf, yum and zypper

John Vandenberg requested to merge jayvdb/package_manager:sarge-quotes into master

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

Fixes #44 (closed)

Merge request reports