mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7c0215f8ca
The default shell on OS X is bash, which has a builtin echo. When called in "sh" mode, this echo does not accept "-n". This patch uses "/bin/echo -n" instead. Partially fixes issue 13161.
4 lines
162 B
Plaintext
4 lines
162 B
Plaintext
o Minor bugfixes:
|
|
- Stop using "echo -n", as some shells' built-in echo doesn't support
|
|
"-n". Instead, use "/bin/echo -n". Partially fixes bug 13161.
|