diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-20 04:01:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-20 04:01:10 +0000 |
commit | a38959cfc0705c94ce9d93c2393c3486f94692f0 (patch) | |
tree | 6320d5115a620050e4fbf7ff3e0dc8ce08c30c8f /sys/arch/mvme68k/stand/sboot | |
parent | 1b4f1cb64300401431121bd63f580b9d23dc18e1 (diff) |
ensure whole kernel name gets passed in
Diffstat (limited to 'sys/arch/mvme68k/stand/sboot')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/sboot.c | 4 |
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': |