]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspsystem.cc
use a less generic special trigger filename for stdin
[apt.git] / apt-pkg / edsp / edspsystem.cc
index c52d537f34ca3ad10899397f6b3abc379ac20abf..4c16f76d2f8c53cd10a3f77af574e50a5931d553 100644 (file)
@@ -131,8 +131,8 @@ bool edspSystem::AddStatusFiles(std::vector<pkgIndexFile *> &List)  /*{{{*/
 {
    if (StatusFile == 0)
    {
-      if (_config->Find("edsp::scenario", "") == "stdin")
-        StatusFile = new edspIndex("stdin");
+      if (_config->Find("edsp::scenario", "") == "/nonexistent/stdin")
+        StatusFile = new edspIndex("/nonexistent/stdin");
       else
         StatusFile = new edspIndex(_config->FindFile("edsp::scenario"));
    }