tpoechtrager / apple-libtapi

Apple TAPI Library
92 stars 42 forks source link

Bad shebang in install.sh #1

Closed mathiaswking closed 7 years ago

mathiaswking commented 7 years ago

The shebang is missing the exclamation mark. As a result, I got errors "pushd: not found" and "source: not found" (or something similar)

This works: "#!/usr/bin/env bash"

tpoechtrager commented 7 years ago

Argh! Thanks!