Skip to content

Commit d57d8ab

Browse files
committed
Avoiding unbound variable
1 parent 6353bf6 commit d57d8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full-system-test/dpl-workflow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
163163
: ${MFTSTAGGERED:=}
164164
: ${PROXY_INSPEC:=}
165165

166-
if [[ $MICROSEC_REPORTING == 1 ]]; then
166+
if [[ ${MICROSEC_REPORTING:-} == 1 ]]; then
167167
MSLOG="--log-timestamp-us"
168168
else
169169
MSLOG=

0 commit comments

Comments
 (0)