-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
MacOS 11.6.1 #29
Comments
# same error
$ ./kanban list
gawk-cmd not installed..aborting (maybe install coreutils util-linux pkgs?) |
@tudormunteanu @mikkeo I got it to work! try
refs: sclorg/s2i-python-container#104, matrix-org/complement@b896382, matrix-org/complement#73 |
I have some commits to make kanban.bash more compatitable with macOS and bash3 also |
Hi everyone! I'm on a Mac. Thanks to this issue I got to the point where
Any idea how to fix this? |
The latest version uses 'pr -s' (like mac's pr) instead of
|
Tried to run it, complained about needing gawk-cmd
Ran brew install gawk
Then ran kanban, got following error:
conditional binary operator expected
kanban: line 222: syntax error near
"maximum_todo[$status]"' kanban: line 222:
[[ -v "maximum_todo[$status]" ]] && maxlines=${maximum_todo[$status]}'Code there looks like:
The text was updated successfully, but these errors were encountered: