mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-31 13:32:10 +01:00
Before this change:
$ dabuild sh
$ sudo apk add subunit >/dev/null && subunit-stats --help
env: can't execute 'python': No such file or directory
After this change:
$ dabuild sh
$ sudo apk add subunit >/dev/null && subunit-stats --help
Usage: subunit-stats [options]
✂