diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-07 22:52:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-07 22:52:29 +0000 |
commit | 7c920c87d3657ef263028a1ad99afde978c1e5ec (patch) | |
tree | 61bb40d7ff8159f69cce22f263cbe49c78fd0d67 /iutil.py | |
parent | 964b12982b2078ee53bfa45026125703a2a31b7d (diff) | |
download | anaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.tar.gz anaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.tar.xz anaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.zip |
typo
Diffstat (limited to 'iutil.py')
-rw-r--r-- | iutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import types, os, sys, isys, select def getArch (): arch = os.uname ()[4] if (len (arch) == 4 and arch[0] == 'i' and - arch[2:3] == "86"): + arch[2:4] == "86"): arch = "i386" if arch == "sparc64": |