Combined if statements.

This commit is contained in:
Svend Sorensen
2004-12-04 05:38:49 +00:00
parent ce814519ec
commit 38db3d56ad

View File

@@ -53,13 +53,10 @@ vorbis()
value=`$CUEPRINT -n $1 -t "$conv\n" $cue_file`
if [ -n "$value" ]; then
echo "$field=$value"
break
fi
done
if [ -n "$value" ]; then
echo "$field=$value"
fi
done) | $VORBISCOMMENT $2
}