summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-01 14:29:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-01 14:29:22 +0000
commita098f4cb4eb055ee7f948f5ae51c82e3403ffdac (patch)
treef9b94a0904a01e529667b88ec2bbb03c98c0a546
parent82d101b415a99d06fb724267d18c3be842ed2b1b (diff)
downloaddrakx-backup-do-not-use-a098f4cb4eb055ee7f948f5ae51c82e3403ffdac.tar
drakx-backup-do-not-use-a098f4cb4eb055ee7f948f5ae51c82e3403ffdac.tar.gz
drakx-backup-do-not-use-a098f4cb4eb055ee7f948f5ae51c82e3403ffdac.tar.bz2
drakx-backup-do-not-use-a098f4cb4eb055ee7f948f5ae51c82e3403ffdac.tar.xz
drakx-backup-do-not-use-a098f4cb4eb055ee7f948f5ae51c82e3403ffdac.zip
minor fix
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 66aa0e3e1..70a3c56b8 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -136,7 +136,7 @@ static void spawn_shell(void)
log_perror("could not set new controlling tty");
execve(shell_name[0], shell_name, grab_env());
- log_message("execl of %s failed: %s", shell_name[0], strerror(errno));
+ log_message("execve of %s failed: %s", shell_name[0], strerror(errno));
}
close(fd);