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

Makefile: fix compatibility with the dash shell #5688

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

edwintorok
Copy link
Contributor

Github CI runs the makefile using SHELL=/bin/dash, which doesn't support SIG* names for traps.
Drop the SIG prefix, which works with both dash and bash.

Avoid a trap: SIGINT: bad trap message in the CI. AFAICT it doesn't have other harmful effects, but lets avoid it.

Github CI runs the makefile using SHELL=/bin/dash, which doesn't support
SIG* names for traps.
Drop the SIG prefix, which works with both `dash` and `bash`.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
@psafont psafont merged commit 5d47cd0 into xapi-project:master Jun 13, 2024
14 checks passed
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.

None yet

3 participants