xinit: remove useless quotes

This commit is contained in:
Dylan Araps 2019-11-18 01:12:41 +00:00
parent b3eec640d8
commit 0cf8db63b5
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -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"