From 96fef5a3fe00c3ab64270b0576712c828c06b96a Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 4 May 1997 03:03:14 +0000 Subject: [PATCH] Fix thinko in kernel install handling --- distrib/miniroot/install.sub | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 38b80a5831a..3b662775744 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.10 1997/05/03 23:06:02 tholo Exp $ +# $OpenBSD: install.sub,v 1.11 1997/05/04 03:03:14 tholo Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ # OpenBSD installation/upgrade script - common subroutines. ROOTDISK="" # filled in below -VERSION=21 +VERSION= export VERSION ALLSETS="etc base misc comp text man game" # default install sets @@ -622,7 +622,7 @@ __install_ftp_2 fi for _ftp_file in $resp; do - if [ "X${resp}" = "Xkernel" ]; then + if [ "X${_ftp_file}" = "Xkernel" ]; then echo -n "get " >> /tmp/ftp-script.sh echo "bsd" >> /tmp/ftp-script.sh else -- 2.20.1