Skip to content

Commit d8b0d93

Browse files
committed
Fix semicolon, which breaks topology generation
1 parent 349d017 commit d8b0d93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

DATA/common/setenv_calib.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ fi
202202
# define spec for proxy for TPC SAC
203203
if [[ -z $CALIBDATASPEC_TPCSAC ]]; then
204204
# TPC
205-
if [[ $CALIB_TPC_SAC == 1 ]]; then add_semicolon_separated CALIBDATASPEC_TPCSAC "sacdec:TPC/DECODEDSAC;sacreftime:TPC/REFTIMESAC"; fi
205+
if [[ $CALIB_TPC_SAC == 1 ]]; then
206+
add_semicolon_separated CALIBDATASPEC_TPCSAC "sacdec:TPC/DECODEDSAC"
207+
add_semicolon_separated CALIBDATASPEC_TPCSAC "sacreftime:TPC/REFTIMESAC"
208+
fi
206209
fi
207210

208211
# define spec for proxy for TF-based outputs from CALO

0 commit comments

Comments
 (0)