[import_images] Fixed logic typo

This commit is contained in:
ayakael 2018-07-12 19:32:23 -08:00
parent cabf81552a
commit 0bed00bedc
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -35,7 +35,7 @@ import_images() {
done
# Checks if ACCURIP is defined. If so, source CUETOOLS, else, SOURCE is EAC
[[ -z ${ACCURIP+x} ]] || local SOURCE=CUETOOLS && SOURCE=EAC
[[ -z ${ACCURIP+x} ]] && local SOURCE=CUETOOLS && SOURCE=EAC
# Checks if path is valid
for path in ${pathList[@]}; do