summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-18 17:26:33 +0000
committerErik Troan <ewt@redhat.com>2001-01-18 17:26:33 +0000
commitbfa7a8a7a3a6c2c778f76997f6dc75e13968ea88 (patch)
treeaa99df224a65efc470299bf790c458c8b72c7ec9 /rescue.py
parent8d89d78543a96b4e8d27a8e5f69da22c19d6183f (diff)
downloadanaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.tar.gz
anaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.tar.xz
anaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.zip
fixed syntax error
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index 940db1f13..21101fdb9 100644
--- a/rescue.py
+++ b/rescue.py
@@ -81,7 +81,7 @@ def runRescue(serial):
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
print
- print _("Your system is mounted under the /mnt/sysimage directory."
+ print _("Your system is mounted under the /mnt/sysimage directory.")
print
os.execv("/bin/sh", [ "-/bin/sh" ])