use -E for better compat (not really sure if it is posix at all)

This commit is contained in:
ander 2021-09-14 22:38:55 +03:00
parent 90488fcebc
commit b7f392fa37
No known key found for this signature in database
GPG Key ID: 0A2971E562D618F3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ sed_cmd='sed'
if [ -f "$__object/parameter/regexp-extended" ]
then
sed_cmd="$sed_cmd --regexp-extended"
sed_cmd="$sed_cmd -E"
fi
if echo "$script" \