diff --git a/Scripts/gen_Mix.sh b/Scripts/gen_Mix.sh index 8cb41c6a..77a701f9 100755 --- a/Scripts/gen_Mix.sh +++ b/Scripts/gen_Mix.sh @@ -254,13 +254,11 @@ if [ "${ENSEMBLE}" == 0 ]; then # Extract the numeric suffix from name [[ "${PRIMARY_DESC}" =~ [0-9]+$ ]] minE="${BASH_REMATCH[0]}" - echo "Extracted number: $minE" - else filter="Production/JobConfig/mixing/filters/${PRIMARY_DESC}.fcl" fi if test -f "${PRODUCTION_INC}/${filter}"; then - + echo "#include \"${filter}\"" >> mix.fcl fi fi