From 75d929866ed2be0d6cf01254c17cc8e2c0cd5959 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 11 Aug 2005 02:05:22 +0000 Subject: [PATCH] Minor corrections --- bin/gamelaunch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/gamelaunch b/bin/gamelaunch index c5bd429..448dea7 100755 --- a/bin/gamelaunch +++ b/bin/gamelaunch @@ -60,7 +60,7 @@ case "$basename" in ;; esac -activity="`tpope activity`" +activity="`tpope status activity`" if [ -n "$game" ]; then tpope status activity "Playing $game" fi @@ -68,7 +68,7 @@ fi if lspci 2>/dev/null|grep 'VT8233/A/8235/8237' >/dev/null; then SDL_DSP_NOSELECT=1 export SDL_DSP_NOSELECT - sh -c "sleep 2; amixer sset IEC958 unmute >/dev/null &" + sh -c "(sleep 2; amixer sset IEC958 unmute >/dev/null) &" fi if lspci 2>/dev/null|grep 'Savage 3D' >/dev/null; then -- 2.30.2