1
0
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:
Javi Fontan 2010-11-12 19:37:24 +01:00
parent 0eb75b414f
commit ddba29f0f0

View File

@ -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