-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
bugBugsBugs
Description
🐞 Bug report
Running make scanner-docs or make hook-docs fails on OS X.
Describe the bug
$ make scanner-docs
# Start in the scanners folder
cd scanners
# https://github.com/koalaman/shellcheck/wiki/SC2044
find . -type f -name Chart.yaml -print0 | while IFS= read -r -d '' chart; do
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [scanner-docs] Error 2$ make hook-docs
.: ⚙ Generate Helm Docs.
# Start in the hooks folder
cd hooks
# https://github.com/koalaman/shellcheck/wiki/SC2044
find . -type f -name Chart.yaml -print0 | while IFS= read -r -d '' chart; do
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [hook-docs] Error 2Adding backslashes to the ends of all relevant lines of the make command results in new issues with "unexpected token: then", and fixing that results in errors where the variables aren't set correctly, so the cd fails etc. - it seems to be fairly fundamentally broken on OS X at the moment.
Steps To Reproduce
Run the command on OS X :).
System
OS X, zsh.
rfelber
Metadata
Metadata
Assignees
Labels
bugBugsBugs