When pandoc installed with brew install pandoc the make execution completes with exit status code 0; however, the version information is missing the build date/time and builder:
github.com/mrtazz/checkmake master ✔ 151d
▶ checkmake --version
checkmake built at by with
Expected behaviour
Use of
make
according to installation instructions on repo README will complete without errors on macOS v10.14.1 where pandoc is not installed by default.Actual behaviour
Output of
checkmake --version
go get
executed on commit https://github.com/mrtazz/checkmake/commit/ff21564a952cb62b4632a0ba7637499bb8f775fcOutput of
make --version
GNU Make 3.81
When pandoc installed with
brew install pandoc
the make execution completes with exit status code 0; however, the version information is missing the build date/time and builder: