stress2: Initialize variable

This commit is contained in:
Peter Holm 2023-05-27 10:34:48 +02:00
parent 273a89bb14
commit 750ae32b9e

View file

@ -88,6 +88,7 @@ checkfs () {
# BMODE=1 ./all.sh -on `grep -lw mycc *.sh`
# BMODE=2 STRESS2BIN=/home/pho/stress2/bin.i386.r276368 ./all.sh
BMODE=${BMODE:-0}
CC=${CC:-cc}
top=`dirname $(pwd)` # cwd for the all.sh script
STRESS2BIN=${STRESS2BIN:-$top/bin}