mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-14 19:24:10 +03:00
bug #389: use -r option in GNU sed to make it work with extended regexps
This commit is contained in:
parent
0eb75b414f
commit
ddba29f0f0
@ -40,7 +40,7 @@ SUDO=/usr/bin/sudo
|
||||
WGET=/usr/bin/wget
|
||||
|
||||
if [ "x$(uname -s)" = "xLinux" ]; then
|
||||
SED="$SED -e"
|
||||
SED="$SED -r"
|
||||
else
|
||||
SED="/usr/bin/sed -E"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user