From bfa7a8a7a3a6c2c778f76997f6dc75e13968ea88 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Thu, 18 Jan 2001 17:26:33 +0000 Subject: fixed syntax error --- rescue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue.py') 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" ]) -- cgit