From 92eef0011c262ddb1e31bd57558370f2971a7028 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 2 Jun 2020 21:05:42 -0500 Subject: Remove iconv dash --- bollux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bollux b/bollux index 9055b5d..cdd98c9 100755 --- a/bollux +++ b/bollux @@ -398,7 +398,7 @@ display() { log d "typeset_$submime" { normalize_crlf | - iconv -f "${charset^^}" -t "UTF-8" - | + iconv -f "${charset^^}" -t "UTF-8" | tee "$BOLLUX_PAGESRC" | run "typeset_$submime" | run "${less_cmd[@]}" && bollux_quit @@ -407,7 +407,7 @@ display() { log "cat" { normalize_crlf | - iconv -f "${charset^^}" -t "UTF-8" - | + iconv -f "${charset^^}" -t "UTF-8" | tee "$BOLLUX_PAGESRC" | run "${less_cmd[@]}" && bollux_quit } || run handle_keypress "$?" -- cgit 1.4.1-21-gabe81