diff options
author | Erik Troan <ewt@redhat.com> | 2001-01-18 17:26:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-01-18 17:26:33 +0000 |
commit | bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88 (patch) | |
tree | aa99df224a65efc470299bf790c458c8b72c7ec9 /rescue.py | |
parent | 8d89d78543a96b4e8d27a8e5f69da22c19d6183f (diff) | |
download | anaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.tar.gz anaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.tar.xz anaconda-bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88.zip |
fixed syntax error
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ]) |