srvk / DiViMe

ACLEW Diarization Virtual Machine
Apache License 2.0
32 stars 9 forks source link

data paths with spaces #93

Closed riebling closed 5 years ago

riebling commented 5 years ago

Probably at some point someone will create a data folder name that has a space in it, breaking possibly many things in the VM. To guard against this, check all scripts that use, e.g. $audio_dir to refer to the data folder, making sure they are bracketed to read ${audio_dir}

riebling commented 5 years ago

scripts all seem to work after bracketizing all audio_dir references in launcher/*.sh and utils/*.sh!