Commit fe4285ba authored by zyearn's avatar zyearn

Fix config_brpc.sh problem related with echo in /bin/sh

parent cbf8d707
SYSTEM=$(uname -s)
if [ "$SYSTEM" = "Darwin" ]; then
ECHO='echo -e'
if [ -z "$BASH" ] || [ "$BASH" = "/bin/sh" ] ; then
ECHO=echo
else
ECHO='echo -e'
fi
SO=dylib
LDD="otool -L"
if [ "$(getopt -V)" = " --" ]; then
......
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