Open kcgthb opened 2 years ago
pkg/mk-rel-rpm.sh fails to build RPMs when CI is undefined, as the resulting command (make rpm "") includes an extraneous emtpy string at the end, and fails with the following error:
pkg/mk-rel-rpm.sh
CI
make rpm ""
make: *** empty string invalid as file name. Stop.
pkg/mk-rel-rpm.sh
fails to build RPMs whenCI
is undefined, as the resulting command (make rpm ""
) includes an extraneous emtpy string at the end, and fails with the following error: