mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
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
|
then
|
||||||
SED_EXT="-E"
|
SED_EXT="-E"
|
||||||
else
|
else
|
||||||
SED_EXT=""
|
SED_EXT="-r"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CONSUL_BINARY_TYPE=oss
|
CONSUL_BINARY_TYPE=oss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user