aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-26 23:31:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-26 23:31:38 +1300
commitd6519c97e9fdec36fd135d615f4c60462cbdaa3e (patch)
tree18e70ff949d842ea9f0a75267c5824c8f4b3befd
parentJust committing this before I do much more with it (diff)
downloadplz-d6519c97e9fdec36fd135d615f4c60462cbdaa3e.tar.gz
plz-d6519c97e9fdec36fd135d615f4c60462cbdaa3e.zip
Remove an IFS setting
-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
)