summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-07 22:52:29 +0000
committerMatt Wilson <msw@redhat.com>1999-09-07 22:52:29 +0000
commit7c920c87d3657ef263028a1ad99afde978c1e5ec (patch)
tree61bb40d7ff8159f69cce22f263cbe49c78fd0d67 /iutil.py
parent964b12982b2078ee53bfa45026125703a2a31b7d (diff)
downloadanaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.tar.gz
anaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.tar.xz
anaconda-7c920c87d3657ef263028a1ad99afde978c1e5ec.zip
typo
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index e34930bb4..6bfa3e9fe 100644
--- a/iutil.py
+++ b/iutil.py
@@ -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":