Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kcgthb
Copy link

@kcgthb kcgthb commented Jan 28, 2022

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.

`make rpm ""` fails with:
```
make: *** empty string invalid as file name.  Stop.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant