[X2Go-Commits] [live-build-x2go] 108/108: typofix
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 20 22:13:41 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 6f5ec03b60c0133696ff3e156325c1584760ea7a
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Tue Mar 19 13:10:08 2019 +0100
typofix
---
.../includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume b/config/includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume
index 17f74ee..94230dc 100644
--- a/config/includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume
+++ b/config/includes.chroot/etc/X11/Xsession.d/60x11-force-pulseaudio-volume
@@ -10,8 +10,8 @@ if [ -n "$PAVOL" ] ; then
done
for DEVVOLPAIR in $(echo -e "$PAVOL" | tr '|' '\n'); do
if echo -e "$DEVVOLPAIR" | grep -q ':' ; then
- PADEV=$(echo -e "$DEVVOLPAIR" | awk -F ':' '{ print $1 ')
- VOLUME=$(echo -e "$DEVVOLPAIR" | awk -F ':' '{ print $2 ')
+ PADEV=$(echo -e "$DEVVOLPAIR" | awk -F ':' '{ print $1 }')
+ VOLUME=$(echo -e "$DEVVOLPAIR" | awk -F ':' '{ print $2 }')
else
PADEV="0"
VOLUME=$DEVVOLPAIR
--
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