summaryrefslogtreecommitdiffstats
path: root/convert2mp3
diff options
context:
space:
mode:
Diffstat (limited to 'convert2mp3')
-rwxr-xr-xconvert2mp32
1 files changed, 1 insertions, 1 deletions
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