Change in vdsm[ovirt-3.4]: Using grep -E when greping conf files

ybronhei at redhat.com ybronhei at redhat.com
Thu Feb 20 13:48:03 UTC 2014


Yaniv Bronhaim has submitted this change and it was merged.

Change subject: Using grep -E when greping conf files
......................................................................


Using grep -E when greping conf files

The grep's \s notation, matching whitespace characters, is not
available when using basic regular expressions syntax since grep 2.15
(raised in f20), the default grep syntax. Although, It is available when using
extended regular expression, activated by the -E flag.

Change-Id: Ibf63316f4cec2ade80a6259a8ceb5b80f2537040
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/24829
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M lib/vdsm/tool/libvirt_configure.sh.in
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yaniv Bronhaim: Verified
  Dan Kenigsberg: Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/24829
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibf63316f4cec2ade80a6259a8ceb5b80f2537040
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list