corrected syntax error

This commit is contained in:
Reto Kromer 2016-10-08 12:11:21 +02:00 committed by GitHub
parent 94b0690594
commit 76cfbc0594

View File

@ -56,7 +56,6 @@ else
fi
$(ffmpeg -i ${input_file} -loglevel 0 -f framemd5 -an ${md5_tmp})
[[ ! -f ${md5_tmp} ]] && _output_prompt
fi
old_file=$(grep -v '^#' ${input_hash})
tmp_file=$(grep -v '^#' ${md5_tmp})
if [[ "${old_file}" = "${tmp_file}" ]]; then