summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-07 20:14:12 +0000
committerMatt Wilson <msw@redhat.com>1999-08-07 20:14:12 +0000
commit5334641720f2f08f7be38f610ea577ca58fe0448 (patch)
treeac944192e19739994139b7882b630081d3c328f1 /anaconda
parentcef9def7b1530ac59dc4cf344bb7545b42bfee24 (diff)
downloadanaconda-5334641720f2f08f7be38f610ea577ca58fe0448.tar.gz
anaconda-5334641720f2f08f7be38f610ea577ca58fe0448.tar.xz
anaconda-5334641720f2f08f7be38f610ea577ca58fe0448.zip
fixed arg tuple
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 4f0d253ec..558aec099 100755
--- a/anaconda
+++ b/anaconda
@@ -185,7 +185,7 @@ EndSection
server = os.fork()
if (not server):
os.execv(serverPath, [serverPath, ':1', '-xf86config',
- '/tmp/XF86Config'], 'vt5')
+ '/tmp/XF86Config', 'vt5'])
child = os.fork()
if (child):
os.waitpid(child, 0)