summaryrefslogtreecommitdiff
path: root/DistUpgrade/dist-upgrade.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-22 16:45:39 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-22 16:45:39 +0200
commit16161a5d46af8b1440317958bfa64e7be5539677 (patch)
tree70a4d410bcda2d6ebe1e1f564e87a2cc8839984b /DistUpgrade/dist-upgrade.py
parentb117e7ca7ed21fe11a3c9554b3848544822a55e2 (diff)
downloadpython-apt-16161a5d46af8b1440317958bfa64e7be5539677.tar.gz
* DistUpgrade/DistUpgradeControler.py:
- bugfixes - use os.execve() when re-execing
Diffstat (limited to 'DistUpgrade/dist-upgrade.py')
-rwxr-xr-xDistUpgrade/dist-upgrade.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/dist-upgrade.py b/DistUpgrade/dist-upgrade.py
index 7174ce17..997297c2 100755
--- a/DistUpgrade/dist-upgrade.py
+++ b/DistUpgrade/dist-upgrade.py
@@ -9,6 +9,9 @@ from optparse import OptionParser
if __name__ == "__main__":
+ # debug
+ print os.environ
+
parser = OptionParser()
parser.add_option("-c", "--cdrom", dest="cdromPath", default=None,
help="Use the given path to search for a cdrom with upgradable packages")