summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtwerk3
1 files changed, 1 insertions, 2 deletions
diff --git a/twerk b/twerk index 68f59d0..8c9f65d 100755 --- a/twerk +++ b/twerk
@@ -66,7 +66,6 @@ configure() {
66 if test -z "$TWERK_HANG" 66 if test -z "$TWERK_HANG"
67 then 67 then
68 TWERK_HANG=$((TWERK_USER_WIDTH+(TWERK_INCLUDE_TIME*6)+10+3)) 68 TWERK_HANG=$((TWERK_USER_WIDTH+(TWERK_INCLUDE_TIME*6)+10+3))
69 echo >&2 "$TWERK_HANG"
70 fi 69 fi
71} 70}
72 71
@@ -184,7 +183,7 @@ format_posts() {
184 183
185 printf '%s\n' "$post" | 184 printf '%s\n' "$post" |
186 tr ' ' '\n' | 185 tr ' ' '\n' |
187 while IFS= read word 186 while IFS= read -r word
188 do 187 do
189 case "$word" in 188 case "$word" in
190 \@\<*\>) 189 \@\<*\>)