X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=templates%2Fplayctl.html.sh;h=62fe1d262a1e48105968636462a56cc0e3a6a2cb;hb=502526f13e9ac1a758ae7defedbbe620d893649d;hp=6f435e7f4f6e5b379b82dc43ccf54f1ce8a1e2ad;hpb=8d3f0783f4825de123f348cb91690dd9262bfbc5;p=serve0 diff --git a/templates/playctl.html.sh b/templates/playctl.html.sh index 6f435e7..62fe1d2 100755 --- a/templates/playctl.html.sh +++ b/templates/playctl.html.sh @@ -103,8 +103,8 @@ EOF cnt=0 progress \ -| while read n; do - printf '%s\n' $n $n +| while read p t; do + printf '%s\n' "${p}" "${t}" done # vi:set filetype=html: