[build] Added ability to specify dependent functions
This commit is contained in:
parent
b179b90d83
commit
b45c5a8e6b
2 changed files with 7 additions and 6 deletions
|
@ -16,8 +16,4 @@ import_dir() {
|
|||
|
||||
local trackList=($(find ${TRACK_DIR} -maxdepth=1 -name *.flac -print '%p\t'))
|
||||
|
||||
for track in ${trackList[@]}; do
|
||||
|
||||
done
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue