[X2Go-Commits] [live-build-x2go] 78/167: /bin/sh seems to insist on blank between { and #

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:45 CET 2017


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

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround
in repository live-build-x2go.

commit c2b44f27a12a806323d2ac46be4b0c0aa8fae82f
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jul 24 21:25:43 2017 +0200

    /bin/sh seems to insist on blank between { and #
---
 config/includes.chroot/lib/live/config/2400-live-autoupdate | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2400-live-autoupdate b/config/includes.chroot/lib/live/config/2400-live-autoupdate
index 9392c8c..cdcc34f 100755
--- a/config/includes.chroot/lib/live/config/2400-live-autoupdate
+++ b/config/includes.chroot/lib/live/config/2400-live-autoupdate
@@ -3,8 +3,7 @@
 # this is not /bin/bash, so "echo -en" is not supported, but the default when calling "echo"
 
 umount_or_remount_ro ()
-{# change mount back to ro and sync
-	#
+{ # change mount back to ro and sync
 	if [ -n "$NTFSROOT" ]; then
 		if umount $MOUNTPOINT; then
 			echo "\n$(date +'%F | %T | ')'$0': Unmounted '$MOUNTPOINT'."

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list