[X2Go-Commits] [live-build-x2go] 61/167: typofix

git-admin at x2go.org git-admin at x2go.org
Sat Nov 18 00:32:42 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 d3169f6028477cd75100a8725acf9b2aaff01467
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jul 24 01:53:15 2017 +0200

    typofix
---
 config/includes.chroot/lib/live/config/2400-live-autoupdate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/includes.chroot/lib/live/config/2400-live-autoupdate b/config/includes.chroot/lib/live/config/2400-live-autoupdate
index c5a30ce..f891700 100755
--- a/config/includes.chroot/lib/live/config/2400-live-autoupdate
+++ b/config/includes.chroot/lib/live/config/2400-live-autoupdate
@@ -65,7 +65,7 @@ echo -n " live-autoupdater (backgrounding update task)"
 	if ! [ -d /lib/live/mount/findiso ] ; then
 		LISTOFPARTITIONS=$(grep -H ^0$ /sys/block/*/removable | awk -F '/' '{ print $4 }' | xargs -n 1 -I XXX fdisk -l /dev/XXX 2>/dev/null | awk '$0 ~ /Linux$/ { print $1}')
 		TEMPMOUNT=$(mktemp -d -p /lib/live/mount/)
-		FINDFILE=(cat /proc/cmdline | tr " " "\n" | awk -F '=' '$1 == "findiso" { print $2 }')
+		FINDFILE=$(cat /proc/cmdline | tr " " "\n" | awk -F '=' '$1 == "findiso" { print $2 }')
 		[ -z "$FINDFILE" ] && exit 0
 		for PARTITON in $LISTOFPARTITIONS ; do
 			mount $PARTITION $TEMPMOUNT

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