]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
fix: 80 character per line albentohandy
authorBastian Dehn <hhaalo@arcor.de>
Sat, 25 Nov 2017 15:19:25 +0000 (16:19 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 25 Nov 2017 15:19:25 +0000 (16:19 +0100)
albentohandy

index 3096b03c0c5baebed4f71cd6498c4cab1ebd4ef0..d3961078ffec35b3e1d8a94ee470136ca4a97209 100755 (executable)
@@ -49,7 +49,8 @@ ConvertFlacToMp3() {
 
        find $workdir -name '*.flac' | \
                sort | \
-               parallel $basefile --will-cite --ungroup --eta --progress --sshlogin \
+               parallel $basefile --will-cite --ungroup --eta --progress \
+               --sshlogin \
                $parallelopts \
                $scriptdir/flactomp3v2 {}
 }