fix(init): version fix
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
7edb647ac4
commit
176f38a38d
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ fatal 'DOMAIN_NAME variable is empty. Rerun the script `DOMAIN_NAME=openreplay.m
|
|||
# This wrapper will help to check the sed, and use the correct version="v1.8.2"
|
||||
# Ref: https://stackoverflow.com/questions/37639496/how-can-i-check-the-version="v1.8.2"
|
||||
function is_gnu_sed(){
|
||||
sed --version="v1.8.2"
|
||||
sed --version >/dev/null 2>&1
|
||||
}
|
||||
|
||||
function sed_i_wrapper(){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue