jeaye / stdman

Formatted C++20 stdlib man pages (cppreference)
MIT License
938 stars 51 forks source link

Add FreeBSD support #25

Closed DarkKirb closed 6 years ago

DarkKirb commented 6 years ago

This pull request changes all of the shebangs to /usr/bin/env bash, as bash is installed to /usr/local/bin on FreeBSD. Additionally it adds support for building on FreeBSD by adding another OS entry in the configure file.

jeaye commented 6 years ago

My fault for not seeing this earlier. I just noticed it in my inbox and thought "Oh, neat." But it was opened a couple of months ago. Thanks for the PR!