From 009a69e4b7c41a22f3f2b5fdf10eb0d53b8b2115 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 16 Jul 1997 15:22:18 +0000 Subject: [PATCH] Repair missing quote. --- release/sysinstall/install.c | 4 ++-- usr.sbin/sade/install.c | 4 ++-- usr.sbin/sysinstall/install.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 7ff38db3667..718effba4a5 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.192 1997/07/16 05:22:40 jkh Exp $ + * $Id: install.c,v 1.193 1997/07/16 11:45:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -794,7 +794,7 @@ installFixup(dialogMenuItem *self) creat("/var/db/mountdtab", 0644); /* BOGON #4: /compat created by default in root fs */ - Mkdir(/usr/compat"); + Mkdir("/usr/compat"); vsystem("ln -s /usr/compat /compat"); /* Now run all the mtree stuff to fix things up */ diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 7ff38db3667..718effba4a5 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.192 1997/07/16 05:22:40 jkh Exp $ + * $Id: install.c,v 1.193 1997/07/16 11:45:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -794,7 +794,7 @@ installFixup(dialogMenuItem *self) creat("/var/db/mountdtab", 0644); /* BOGON #4: /compat created by default in root fs */ - Mkdir(/usr/compat"); + Mkdir("/usr/compat"); vsystem("ln -s /usr/compat /compat"); /* Now run all the mtree stuff to fix things up */ diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 7ff38db3667..718effba4a5 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.192 1997/07/16 05:22:40 jkh Exp $ + * $Id: install.c,v 1.193 1997/07/16 11:45:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -794,7 +794,7 @@ installFixup(dialogMenuItem *self) creat("/var/db/mountdtab", 0644); /* BOGON #4: /compat created by default in root fs */ - Mkdir(/usr/compat"); + Mkdir("/usr/compat"); vsystem("ln -s /usr/compat /compat"); /* Now run all the mtree stuff to fix things up */