From: Bastian Dehn Date: Sat, 25 Nov 2017 15:19:25 +0000 (+0100) Subject: fix: 80 character per line albentohandy X-Git-Tag: v1.0.0^2~86 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=df4d0162c3027e52111a022caf78cc2301ac49ea;p=albentohandy.git fix: 80 character per line albentohandy --- diff --git a/albentohandy b/albentohandy index 3096b03..d396107 100755 --- a/albentohandy +++ b/albentohandy @@ -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 {} }