[import_dir] More find syntax bugs fixed

This commit is contained in:
ayakael 2018-05-18 18:41:18 -07:00
parent d120b3c44d
commit 1532dcf264
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -16,7 +16,7 @@ import_dir() {
local GIT_DIR="${1}"
local TRACK_DIR="${2}"
local trackList=($(find ${TRACK_DIR} -maxdepth 1 -name *.flac -printf '%p\t'))
local trackList=($(find ${TRACK_DIR} -maxdepth 1 -name '*.flac' -printf '%p\t'))
# Join trackList
_msg EXEC "Generating joined image"