This commit is contained in:
Mark Hills 2011-12-18 00:16:55 +00:00
parent facc644222
commit 091793200a
1 changed files with 2 additions and 3 deletions

View File

@ -101,8 +101,9 @@ if [ -z "$BPM" ]; then
exit 1
fi
echo "$FILE: $BPM BPM" >&2
if ! $WRITE; then
echo "$FILE: $BPM BPM" >&2
exit 0
fi
@ -122,5 +123,3 @@ case "$FILE" in
echo "$FILE: don't know how to tag this type of file" >&2
exit 1
esac
echo "$FILE: $BPM BPM" >&2