Skip to content

Commit f3980db

Browse files
committed
Fix self documenting make on Linux, close drivendataorg#67
1 parent 5cc3192 commit f3980db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ show-help:
130130
} \
131131
printf "\n"; \
132132
}' \
133-
| more $(shell test $(shell uname) == Darwin && echo '--no-init --raw-control-chars')
133+
| more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')

0 commit comments

Comments
 (0)