Commit ccced56f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh-functions: hide direct /bin/echo using

parent 869e1d9f
...@@ -102,7 +102,7 @@ echover() ...@@ -102,7 +102,7 @@ echover()
echon() echon()
{ {
# default /bin/sh on MacOS does not recognize -n # default /bin/sh on MacOS does not recognize -n
/bin/echo -n "$*" echo -n "$*" 2>/dev/null || a= /bin/echo -n "$*"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment