-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 is broken on osx with zsh #33
Comments
…ailing Docker build in some environments. (CivicTechTO#33)
oi, took like an hour to figure out and zero in, but the very tiny fix is in #34 😅 cc @ballPointPenguin to get it cherry-picked into upstream. Godspeed, human!
(For others: Doing this round-about workflow, because for complicated and unrelated reasons, I'm unable to report the bug or submit the PR to the upstream compdem repo on my own) |
good catch. Makefile tabs-vs-spaces strikes again. |
merged compdemocracy#1822 |
Expected behavior:
For
make build
on edge branch to build successfullyActual behavior:
I get this error:
To Reproduce:
Git clone and run
make build
ormake echo_vars
Note the tabs "\t" in the output, and the whitespace in the vars
Screenshots:
Device information:
Current environment:
Additional context:
None
Solution
I've found a fix that I will share shortly. Basically, issue involves make format, the
define
method, and whitespace in a place that make doesn't like it :)The text was updated successfully, but these errors were encountered: