aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-07-16 15:22:18 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-07-16 15:22:18 +0000
commit009a69e4b7c41a22f3f2b5fdf10eb0d53b8b2115 (patch)
tree34212c4e5d55423438619e8d2d9e32fd18e83612 /usr.sbin/sade/install.c
parentff6d0a59161165a8866547a3fe8df08eb9ecfbc9 (diff)
downloadsrc-009a69e4b7c41a22f3f2b5fdf10eb0d53b8b2115.tar.gz
src-009a69e4b7c41a22f3f2b5fdf10eb0d53b8b2115.zip
Repair missing quote.
Notes
Notes: svn path=/head/; revision=27460
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 7ff38db36670..718effba4a59 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 */