summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-20 04:01:09 +0000
committerderaadt <deraadt@openbsd.org>1996-08-20 04:01:09 +0000
commitd6188bbe36bdeb313e7d1954aefe0ed80efc1ecb (patch)
treeb4c0f239caaa47d55613f95592f773bd3d633bfe
parentDon't rely on shell scripts being executable. (diff)
downloadwireguard-openbsd-d6188bbe36bdeb313e7d1954aefe0ed80efc1ecb.tar.xz
wireguard-openbsd-d6188bbe36bdeb313e7d1954aefe0ed80efc1ecb.zip
ensure whole kernel name gets passed in
-rw-r--r--sys/arch/mvme68k/stand/sboot/sboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/sboot.c b/sys/arch/mvme68k/stand/sboot/sboot.c
index fd218d54879..dce215f91ff 100644
--- a/sys/arch/mvme68k/stand/sboot/sboot.c
+++ b/sys/arch/mvme68k/stand/sboot/sboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sboot.c,v 1.5 1996/05/29 15:30:44 chuck Exp $ */
+/* $OpenBSD: sboot.c,v 1.6 1996/08/20 04:01:09 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -136,7 +136,7 @@ do_cmd(buf, ebuf)
printf("received secondary boot program.\n");
}
if (*++buf == '\0')
- buf = "bsd";
+ buf = " bsd";
go(LOAD_ADDR, buf+1, ebuf);
break;
case 'h':