From 091793200aab43ee2ff562b99ec3a7f17e89dfc7 Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Sun, 18 Dec 2011 00:16:55 +0000 Subject: [PATCH] Simplify --- bpm-tag | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bpm-tag b/bpm-tag index 5580204..14e5892 100755 --- a/bpm-tag +++ b/bpm-tag @@ -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