X-Git-Url: https://diplodocus.org/git/flac-archive/blobdiff_plain/70dbeaf6b456442a8d9037774b572632f5baa55d..4f8c91d3a2f1b8e05f248ac66edc619ce62aa84e:/flac2mp3 diff --git a/flac2mp3 b/flac2mp3 index 8c4e746..17452bf 100755 --- a/flac2mp3 +++ b/flac2mp3 @@ -129,7 +129,7 @@ sub flac2mp3 { # any single quotes in the filename by closing the quote ('), # putting an escaped quote (\'), and then reopening the quote ('). for ($fn, $title, $artist, $album, $date) { - s/'/'\\''/; + s/'/'\\''/g; } $outfile = sprintf("$artist ($album) \%02s $title.mp3", $track);