From 57854b8ff71d9495239a2229c213452985bd6a17 Mon Sep 17 00:00:00 2001 From: Stefan Mavrodiev Date: Thu, 16 May 2019 08:37:43 +0300 Subject: [PATCH] Add missing closing backslash --- lib/desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/desktop.sh b/lib/desktop.sh index 065df2654a..910cc39c09 100644 --- a/lib/desktop.sh +++ b/lib/desktop.sh @@ -87,7 +87,7 @@ create_desktop_package () # using different icon pack. Workaround due to this bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867779 if [[ ${RELEASE} == bionic || ${RELEASE} == stretch || ${RELEASE} == buster || ${RELEASE} == disco ]]; then - sed -i 's//g' \ + sed -i 's//g' \ $destination/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml fi