base-files: quote values when evaluating uevent
authorDaniel Golle <daniel@makrotopia.org>
Fri, 2 Feb 2018 00:57:46 +0000 (01:57 +0100)
committerJohn Crispin <john@phrozen.org>
Sun, 11 Feb 2018 15:42:01 +0000 (16:42 +0100)
When sourcing /sys/class/block/*/uevent values have to be quoted as
they may contain spaces (e.g. in PARTNAME).
Fix this by pre-processing with sed before sourcing.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

No differences found