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
|
esac
|
||||||
|
|
||||||
|
tests=0
|
||||||
title() {
|
title() {
|
||||||
printf "%-50s: " "$1"
|
printf "%-50s: " "$1"
|
||||||
tests=$(expr $tests + 1)
|
tests=$(expr $tests + 1)
|
||||||
|
|
Loading…
Reference in New Issue