From b3eec640d8f0caa1e92192e404bb6b671a331b14 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Nov 2019 01:08:37 +0000 Subject: [PATCH] libxcb: remove useless quotes --- xorg/libxcb/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/libxcb/build b/xorg/libxcb/build index 7bb7673b..285ad906 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -1,6 +1,6 @@ #!/bin/sh -e -sed -i'' 's/pthread-stubs //' configure +sed -i 's/pthread-stubs //' configure ./configure \ --prefix=/usr