mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
3 lines
162 B
Text
3 lines
162 B
Text
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.
|