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

Resolve Makefile error on Ubuntu #3780

Merged
merged 3 commits into from
Apr 11, 2023
Merged

Resolve Makefile error on Ubuntu #3780

merged 3 commits into from
Apr 11, 2023

Conversation

MahdiBaghbani
Copy link
Contributor

@MahdiBaghbani MahdiBaghbani commented Apr 6, 2023

Makefile will be using bash as it's shell instead of sh which is defaulted to dash in Ubuntu and doesn't support [[ syntax.

Fixes #3773

@update-docs
Copy link

update-docs bot commented Apr 6, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@MahdiBaghbani MahdiBaghbani changed the title Fix #3773 Makefile error on Ubuntu Resolve Makefile error on Ubuntu Apr 6, 2023
@MahdiBaghbani MahdiBaghbani requested a review from a team as a code owner April 6, 2023 09:34
@michielbdejong
Copy link
Contributor

michielbdejong commented Apr 6, 2023

@MahdiBaghbani Great solution! Can you add a changelog entry?

@labkode we should also review if this is OK for the automated build scripts, but I guess they probably already use bash anyway?

pull request link should come first.
@gmgigi96 gmgigi96 merged commit 909d369 into cs3org:master Apr 11, 2023
gmgigi96 pushed a commit to gmgigi96/reva that referenced this pull request Jun 5, 2023
gmgigi96 pushed a commit to gmgigi96/reva that referenced this pull request Jun 28, 2023
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.

Makefile depends on bash
3 participants