mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
stress2: Initialize variable
This commit is contained in:
parent
273a89bb14
commit
750ae32b9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue