Skip to content

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

Open
kcgthb wants to merge 1 commit intodell:masterfrom
stanford-rc:master
Open

pkg/mk-rel-rpm.sh: fix make command when CI is undefined.#106
kcgthb wants to merge 1 commit intodell:masterfrom
stanford-rc:master

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