summaryrefslogtreecommitdiff
path: root/radio.sh
diff options
context:
space:
mode:
Diffstat (limited to 'radio.sh')
-rwxr-xr-xradio.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/radio.sh b/radio.sh
index cecd9d0..c8526c8 100755
--- a/radio.sh
+++ b/radio.sh
@@ -13,7 +13,7 @@ station="$1"
trap 'exit 0' 2 15
# check dependency and warn user if necessary
-if ! which mpv > /dev/null 2>&1
+if ! command -v mpv > /dev/null 2>&1
then
echo 'You have to install mpv (e.g. sudo pacman -S mpv mpv-mpris)'
exit 1