Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

adjust buildscript to work inside wsl #1

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

ctcDNightmare
Copy link
Contributor

First and foremost: thanks for this idea / repo, was exactly what I was trying to "find out on my own" after getting my ender 3 back up and running to streamline firmware building.

Hopefully my changes don't break MacOS compatibility.

My WSL (Ubuntu 18.04) shell defaults to dash (/bin/sh is a symlink to /bin/dash) and not bash so the buildscript didn't work. Also my IDE complained about a couple of code-style issues but hopefully nothing major that breaks on MacOS, maybe you can double-check if it still works.

Also added IDE config and submodule to gitignore so they don't clutter up the commits / accidentally get commited

Oh and last but not least: It's Hacktober, mind marking my PR as "hacktoberfest-accepted" or adding the topic "hacktoberfest" to your project? maybe more contributors will follow :)

hopefully this doesn't break macos compatibility
also addedd IDE config and submodule to gitignore
@frealmyr
Copy link
Owner

Thanks for making it compatible with WSL 🙌🏻

I was planning to install docker on a Windows machine to see if the build script was working there, so i really appreciate this contribution.

Confirmed that the script is working on MacOS with these changes, added the hacktoberfest-accepted label as requested. 😊

@frealmyr frealmyr merged commit f69ac7f into frealmyr:master Oct 19, 2020
@ghost ghost mentioned this pull request Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants