aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xplz1
1 files changed, 0 insertions, 1 deletions
diff --git a/plz b/plz
index 5a6100d..342ccdd 100755
--- a/plz
+++ b/plz
@@ -34,7 +34,6 @@ while IFS= read -d '' -r file ; do
[[ $file == *.@(flac|m4a|mp3|ogg) ]] || continue
matches[${#matches[@]}]=$file
done < <(
- IFS='*'
find "${PLZ_DIR:-$HOME/Music}" \
-type f "${fargs[@]}" -print0
)