mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 11:42:31 +02: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]
✂