From 0fb103f0b2c3bb1382d7333d75124d25b5cd94dd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 5 Mar 2023 23:25:49 -0600 Subject: Fix typos --- twerk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/twerk b/twerk index 68f59d0..8c9f65d 100755 --- a/twerk +++ b/twerk @@ -66,7 +66,6 @@ configure() { if test -z "$TWERK_HANG" then TWERK_HANG=$((TWERK_USER_WIDTH+(TWERK_INCLUDE_TIME*6)+10+3)) - echo >&2 "$TWERK_HANG" fi } @@ -184,7 +183,7 @@ format_posts() { printf '%s\n' "$post" | tr ' ' '\n' | - while IFS= read word + while IFS= read -r word do case "$word" in \@\<*\>) -- cgit 1.4.1-21-gabe81