break-fnord.sh work with busybox expr

This commit is contained in:
Neale Pickett 2024-01-02 11:09:02 -07:00
parent 49b1797df5
commit 16e32a6d59
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ case ${HTTPD:=./fnord} in
;;
esac
tests=0
title() {
printf "%-50s: " "$1"
tests=$(expr $tests + 1)