Skip to content

Commit 92485cd

Browse files
authored
Change unbound variable
1 parent bcace7e commit 92485cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DATA/common/setenv_calib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if [[ $CAN_DO_CALIB_TPC_SAC == 1 ]]; then
178178
fi
179179
fi
180180
fi
181-
if [[ -z ${CALIB_TPC_CMV} ]]; then
181+
if [[ -z ${CALIB_TPC_CMV+x} ]]; then
182182
CALIB_TPC_CMV=0;
183183
fi
184184

0 commit comments

Comments
 (0)