mirror of https://github.com/nealey/eris.git
break-fnord.sh work with busybox expr
This commit is contained in:
parent
49b1797df5
commit
16e32a6d59
|
@ -14,6 +14,7 @@ case ${HTTPD:=./fnord} in
|
|||
;;
|
||||
esac
|
||||
|
||||
tests=0
|
||||
title() {
|
||||
printf "%-50s: " "$1"
|
||||
tests=$(expr $tests + 1)
|
||||
|
|
Loading…
Reference in New Issue