From c7663a845b24a2ae7a7732e63333d1748a0e9e96 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 29 Apr 2009 15:30:04 +0200 Subject: replace tab by space --- convert2mp3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert2mp3') diff --git a/convert2mp3 b/convert2mp3 index d2a24f6..851c7f2 100755 --- a/convert2mp3 +++ b/convert2mp3 @@ -23,7 +23,7 @@ for i in "$@"; do mplayer -ao pcm:fast -novideo -vc null -vo null -ao pcm:file="$tmpfile" "$file" lame -h "$tmpfile" "$file_mp3" - rm "$tmpfile" + rm "$tmpfile" popd &> /dev/null done -- cgit v1.2.3-24-g4f1b