diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-12-13 05:22:11 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-12-13 05:22:11 +0000 |
commit | 21e790443fd6d574a0ad2b19de45f8bc3ab5e87e (patch) | |
tree | 4d212d1e5b8db4c847ab6cb209e6a51c10d098ed /scripts | |
parent | 70cddbb94c7df52c60660da2919d6ee18192b869 (diff) | |
download | anaconda-21e790443fd6d574a0ad2b19de45f8bc3ab5e87e.tar.gz anaconda-21e790443fd6d574a0ad2b19de45f8bc3ab5e87e.tar.xz anaconda-21e790443fd6d574a0ad2b19de45f8bc3ab5e87e.zip |
this should fix pkgorder in dist-8.0
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/pkgorder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder index 269e4c1dd..8841c0e27 100755 --- a/scripts/pkgorder +++ b/scripts/pkgorder @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python2.2 import sys import os |