From be3c9a1092425fd9cab78c43b7936ad2b3a99655 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 19 Apr 2024 10:00:33 +0300 Subject: [PATCH] libreoffice: uncomment the set --- bash/usr-local-bin/libreoffice | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/usr-local-bin/libreoffice b/bash/usr-local-bin/libreoffice index 2663256..7dd4cf0 100755 --- a/bash/usr-local-bin/libreoffice +++ b/bash/usr-local-bin/libreoffice @@ -2,7 +2,7 @@ # workarounding dependency issues -#set -x +set -x # The usual system-wide installation if [ -f /var/lib/flatpak/exports/bin/org.libreoffice.LibreOffice ]; then flatpak run org.libreoffice.LibreOffice "$@" @@ -15,4 +15,4 @@ elif [ -f /usr/bin/libreoffice ]; then else printf "LibreOffice doesn't seem to be installed :(" fi -#set +x +set +x