aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-10 01:44:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-10 01:44:51 +1200
commite95f96386e9be823bdb5781bb29982d84f20cdc7 (patch)
treeb7c207c8dc8255c8841a81a034177613d0a6c419
parentInclude tiny Makefile (diff)
downloadplz-e95f96386e9be823bdb5781bb29982d84f20cdc7.tar.gz
plz-e95f96386e9be823bdb5781bb29982d84f20cdc7.zip
Pass options to media player
-rwxr-xr-xplz2
1 files changed, 1 insertions, 1 deletions
diff --git a/plz b/plz
index 9e6a0f4..4a28f15 100755
--- a/plz
+++ b/plz
@@ -78,7 +78,7 @@ case ${#matches[@]} in
# One match; play the file
1)
- exec "$player" -- "${matches[0]}"
+ exec "$player" "${opts[@]}" -- "${matches[0]}"
;;
# More than one match; print the names