get rid of ECHON

This commit is contained in:
bol-van
2022-02-15 20:51:45 +03:00
parent c9165b0729
commit ef7cfd1f60
2 changed files with 19 additions and 20 deletions

View File

@@ -128,7 +128,7 @@ zzsize()
if [ -f "$f" ]; then
wc -c <"$f" | xargs
else
$ECHON -n 0
printf 0
fi
}