Simplify
This commit is contained in:
parent
facc644222
commit
091793200a
5
bpm-tag
5
bpm-tag
|
|
@ -101,8 +101,9 @@ if [ -z "$BPM" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "$FILE: $BPM BPM" >&2
|
||||||
|
|
||||||
if ! $WRITE; then
|
if ! $WRITE; then
|
||||||
echo "$FILE: $BPM BPM" >&2
|
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -122,5 +123,3 @@ case "$FILE" in
|
||||||
echo "$FILE: don't know how to tag this type of file" >&2
|
echo "$FILE: don't know how to tag this type of file" >&2
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "$FILE: $BPM BPM" >&2
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue