[cmd_import_tracks] Fixed typo
This commit is contained in:
parent
8bdaa1bf57
commit
3d33cf8f50
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ cmd_import_tracks() {
|
|||
done
|
||||
done
|
||||
|
||||
local importList=($(find ${GIT_DIR}/.import/ -maxdepth 1 -type d -print '%p\t'))
|
||||
local importList=($(find ${GIT_DIR}/.import/ -maxdepth 1 -type d -printf '%p\t'))
|
||||
for import in ${importList[@]}; do
|
||||
_msg EXEC "Importing ${import}"
|
||||
import_dir "${GIT_DIR}" "${import}" >${STDERR} 2>&1
|
||||
|
|
Loading…
Reference in a new issue