From 3dd0dff3064e4bb5b520fb4785e16e7eff339dab Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Nov 2019 01:06:41 +0000 Subject: [PATCH] libelf: remove useless quotes --- core/libelf/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/libelf/build b/core/libelf/build index 1eee9902..a7a7f497 100755 --- a/core/libelf/build +++ b/core/libelf/build @@ -1,6 +1,6 @@ #!/bin/sh -e -sed -i'' 's/-I/-isystem /g' libelf.pc.in +sed -i 's/-I/-isystem /g' libelf.pc.in ./configure \ --prefix=/usr \