Add info to README about using dash shell
This commit is contained in:
parent
675a030f66
commit
06a7c65324
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ the `Destdir` pattern for ease of packaging.
|
|||
There is a simple test harness which can be invoked via `make test`. If you wish
|
||||
to port this software to an untested platform the tests will greatly assist in
|
||||
that process.
|
||||
> Note: if your OS uses **dash** as `/bin/sh` then the builtin echo command will not
|
||||
> be up to the task of printing the escape sequences used by the test runner. If this
|
||||
> bothers you, you can call `make` with the `SHELL` environment variable overridden
|
||||
> by calling `make SHELL=/bin/bash all test`.
|
||||
|
||||
## Contributing
|
||||
Contributions are always welcome and can be made via pull request or `git send-email`,
|
||||
|
|
Loading…
Add table
Reference in a new issue