Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak example build commands (simsong#140)
bootstrap.sh will fail on most systems if run with "sh bootstrap.sh" because it requires Bash and the system shell is usually something faster. It will succeed if run with "./boostrap.sh" because it specifies Bash with a shebang. We might as well change "sh configure" to "./configure" as well because the latter is more reliable and idiomatic.
- Loading branch information