From 7ee4c90733209a1bdc88a94df18892e5c4970749 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Nov 2019 01:07:30 +0000 Subject: [PATCH] lvm2: remove useless quotes --- extra/lvm2/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lvm2/build b/extra/lvm2/build index 939872f3..ffa71785 100755 --- a/extra/lvm2/build +++ b/extra/lvm2/build @@ -7,7 +7,7 @@ patch -p1 < disable-symver.patch # Busybox doesn't provide this command, however # all it does is split words one per line and # 'tr' can be used in its place. -sed -i'' 's/fmt -1/tr " " "\\n"/' \ +sed -i 's/fmt -1/tr " " "\\n"/' \ make.tmpl.in libdm/make.tmpl.in # The build fails when using busybox's 'mkdir'(?),