]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
Do not set unhonored DPKG_NO_TSTP variable for dpkg
[apt.git] / apt-pkg / deb / dpkgpm.cc
index c578cc338387983e549b99f013206090a4b637fa..644e4d8e4312617ae187fd1aff00910b9055b3ad 100644 (file)
@@ -1545,9 +1545,6 @@ bool pkgDPkgPM::Go(APT::Progress::PackageManager *progress)
               _exit(100);
         }
 
-        /* No Job Control Stop Env is a magic dpkg var that prevents it
-           from using sigstop */
-        putenv((char *)"DPKG_NO_TSTP=yes");
         execvp(Args[0], (char**) &Args[0]);
         cerr << "Could not exec dpkg!" << endl;
         _exit(100);