From 0cf8db63b538db96c1e35ec1f5da22767c5b28f9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 18 Nov 2019 01:12:41 +0000 Subject: [PATCH] xinit: remove useless quotes --- xorg/xinit/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/xinit/build b/xorg/xinit/build index d6387aa8..311b9d59 100755 --- a/xorg/xinit/build +++ b/xorg/xinit/build @@ -7,4 +7,4 @@ make make DESTDIR="$1" install -sed -i'' 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx" +sed -i 's/enable_xauth=1/enable_xauth=0/' "$1/usr/bin/startx"