packaging: remove character class negation for sed
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Wed, 29 Apr 2015 13:58:13 +0000 (15:58 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Fri, 19 Feb 2016 10:54:00 +0000 (11:54 +0100)
commit119ef79a53097f83519fb00ab3171768c6defcd5
treeb3e5b88cc428308148630db687267fe6e56aa8a0
parent52c06c31c0f9e5d73efde48e3b0d8d61bbbc70b7
packaging: remove character class negation for sed

When running the command sed provided by toybox, the expression
[^[:cntrl:]] is not understood, what forbids to detect DBUS and
cause further errors.

This patch removes this expression.

Change-Id: If30543fadddf8b6811e14b548a747be99612894b
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
packaging/dbus.sh