mirror of https://github.com/status-im/consul.git
sed extended regex on linux sometimes requires -r
This commit is contained in:
parent
0a195fe88c
commit
b43a763c74
|
@ -33,7 +33,7 @@ if test "$(uname)" == "Darwin"
|
|||
then
|
||||
SED_EXT="-E"
|
||||
else
|
||||
SED_EXT=""
|
||||
SED_EXT="-r"
|
||||
fi
|
||||
|
||||
CONSUL_BINARY_TYPE=oss
|
||||
|
|
Loading…
Reference in New Issue