From 16e32a6d5950c825e871affe391b6077eb88f768 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 2 Jan 2024 11:09:02 -0700 Subject: [PATCH] break-fnord.sh work with busybox expr --- break-fnord.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/break-fnord.sh b/break-fnord.sh index 1ca96bb..bcfd756 100755 --- a/break-fnord.sh +++ b/break-fnord.sh @@ -14,6 +14,7 @@ case ${HTTPD:=./fnord} in ;; esac +tests=0 title() { printf "%-50s: " "$1" tests=$(expr $tests + 1)