From a9fcfdb4ac43ccd625df1667611fa143f155dedc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 21 Jan 2016 08:36:58 +0000 Subject: dtas-tl: fix "cat" output It needs to display the track ID on the left like in 0.13.0 and earlier versions. Oops. Fixes: cb5a016bf5e1 ("dtas-tl: shell-unescape cat output") --- bin/dtas-tl | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/dtas-tl b/bin/dtas-tl index 7333a06..8262d12 100755 --- a/bin/dtas-tl +++ b/bin/dtas-tl @@ -146,7 +146,6 @@ when "cat" res = c.req("tl get #{track_ids.join(' ')}") res = Shellwords.split(res.sub!(/\A\d+ /, '')) while line = res.shift - line.sub!(/\A(\d+)=/n, '') or abort "unexpected line=#{line.inspect}\n" fix_enc!(line, enc) print "#{line}\n" end -- cgit v1.2.3-24-ge0c7