Skip to content

Commit 3b0d1fd

Browse files
Fix export to set the QC json from outside (#1649)
1 parent d66f838 commit 3b0d1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ export GEN_TOPO_WORKDIR="./"
662662
#export QC_JSON_FROM_OUTSIDE="QC-20211214.json"
663663

664664
if [[ -n $ALIEN_JDL_QCJSONFROMOUTSIDE ]]; then
665-
QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
665+
export QC_JSON_FROM_OUTSIDE=$ALIEN_JDL_QCJSONFROMOUTSIDE
666666
fi
667667
if [[ ! -z $QC_JSON_FROM_OUTSIDE ]]; then
668668
sed -i 's/REPLACE_ME_RUNNUMBER/'"${RUNNUMBER}"'/g' $QC_JSON_FROM_OUTSIDE

0 commit comments

Comments
 (0)