aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Linux')
-rw-r--r--tools/Linux/kodi-standalone.sh.pulse4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Linux/kodi-standalone.sh.pulse b/tools/Linux/kodi-standalone.sh.pulse
index c4d5564344..5273094b55 100644
--- a/tools/Linux/kodi-standalone.sh.pulse
+++ b/tools/Linux/kodi-standalone.sh.pulse
@@ -1,8 +1,8 @@
-PULSE_START="$(which start-pulseaudio-x11)"
+PULSE_START="$(command -v start-pulseaudio-x11)"
if [ -n "$PULSE_START" ]; then
$PULSE_START
else
- PULSE_SESSION="$(which pulse-session)"
+ PULSE_SESSION="$(command -v pulse-session)"
if [ -n "$PULSE_SESSION" ]; then
XBMC="$PULSE_SESSION $XBMC"
fi