dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

pkg/mk-rel-rpm.sh: fix make command when CI is undefined. #106

Open kcgthb opened 2 years ago

kcgthb commented 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:

make: *** empty string invalid as file name.  Stop.