Remove extra space.

This commit is contained in:
angelos 2001-07-02 23:58:49 +00:00
parent d90ec15461
commit 93f1178fa5

View File

@ -7,7 +7,7 @@
- -n 0 -c "$comment" "$file"
+ -c "$comment" "$file"
else
- mp3info -y "$year" -g "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
- mp3info -y "$year" -g "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
+ mp3info -y "$year" -G "$genre" -a "$artist" -l "$album" -t "$title" -c "$comment" \
- -n 0 "$file" | grep -v 'G : '
+ "$file" | grep -v 'G : '