[X2Go-Commits] [live-build-x2go] 28/60: this is not bash, so we can't use bashisms

git-admin at x2go.org git-admin at x2go.org
Mon Nov 28 19:43:49 CET 2022


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/mate-minidesktop-buster
in repository live-build-x2go.

commit 457674eeb848fda5b0a749225f1c991431aecad8
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jun 22 22:22:00 2020 +0200

    this is not bash, so we can't use bashisms
---
 config/includes.chroot/lib/live/config/2900-chromium-config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2900-chromium-config b/config/includes.chroot/lib/live/config/2900-chromium-config
index 3edc84d..68b8565 100755
--- a/config/includes.chroot/lib/live/config/2900-chromium-config
+++ b/config/includes.chroot/lib/live/config/2900-chromium-config
@@ -52,4 +52,6 @@ ChromiumConfig ()
 CHROMIUMCONFIG
 }
 
-( which chromium >/dev/null || which chromium-browser >/dev/null || which chrome >/dev/null || which chrome-broser >/dev/null ) && ChromiumConfig
+if which chromium >/dev/null || which chromium-browser >/dev/null || which chrome >/dev/null || which chrome-broser >/dev/null; then
+       	ChromiumConfig
+fi

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list