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

Add semicolon to web Makefile #3298

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Add semicolon to web Makefile #3298

merged 1 commit into from
Apr 30, 2021

Conversation

OmniTroid
Copy link
Contributor

@OmniTroid OmniTroid commented Apr 30, 2021

Running make package on a zsh shell currently yields a parse error.
It seems to be because zsh expects a semicolon or a newline, however
the newline is escaped and there is no semicolon.
Adding one makes it work.

Running make package on a zsh script currently yields a parse error.
It seems to be because zsh expects a semicolon or a newline, however
the newline is escaped and there is no semicolon.
Adding one makes it work.
Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you for this patch 😊

@csordasmarton csordasmarton merged commit 18d9c63 into Ericsson:master Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants