diff --git a/AAXtoMP3 b/AAXtoMP3 index 2e81a84..97dc5eb 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -58,6 +58,8 @@ for dir in $authcodeDirs; do if [ ! -f "$codeFile" -o ! -s "$codeFile" ]; then codeFile="" echo "INFO: Sorry, missing or empty \"$codeFile\" found, skipping."; + else + break fi; done;