sed extended regex on linux sometimes requires -r
This commit is contained in:
parent
80fac551e0
commit
99402ca023
|
@ -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