This repository has been archived on 2023-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
rpmbuild/overlay/bin/rpmbuild-official

5 lines
60 B
Plaintext
Raw Normal View History

#!/usr/bin/sh
2020-06-11 15:41:12 +02:00
set -eo pipefail
exec /usr/bin/rpmbuild "$@"