]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTSystem.cxx
bugfix: option key has been changed
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTSystem.cxx
index bbb4b2446fc0315a74c45be17e46bc0a89b054ba..aa7aed257fd0784eea3616b63549fce3f68ac184 100644 (file)
@@ -744,7 +744,7 @@ int AliHLTSystem::ScanOptions(const char* options)
            HLTError("can not execute macro \'%s\'", param.Data());
            iResult=-EBADF;
          }
-       } else if (token.Contains("localrec=")) {
+       } else if (token.Contains("chains=")) {
          TString param=token.ReplaceAll("chains=", "");
          fChains=param.ReplaceAll(",", " ");
        } else if (token.BeginsWith("lib") && token.EndsWith(".so")) {