diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-17 16:57:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-17 16:57:27 +0000 |
commit | d0d2c1b1e03e2ad06952bdb1fd6eeedc187edb09 (patch) | |
tree | dbf689dd78f8f5c6900a36b0afd33ca344c46023 /distrib | |
parent | 0238757d8ee02e7037dc604d487a1629085383ce (diff) |
another stupid typo
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index f7bf71954e0..e35ed658c21 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.143 1999/10/17 16:45:14 deraadt Exp $ +# $OpenBSD: install.sub,v 1.144 1999/10/17 16:57:26 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -1112,7 +1112,7 @@ while test -n "${_get_files}" ; do for _f in $_get_files ; do echo "Getting ${_f} ..." if [ "X${_f}" = "Xssl${VERSION}.tar.gz" -o \ - "X${_f}" = "XsslUSA${VERSION}.tar.gz"]; then + "X${_f}" = "XsslUSA${VERSION}.tar.gz" ]; then ( cd /mnt ; ftp ${_ftp_active} -o - -V -m ${_url_base}/${_f} | /mnt/usr/sbin/chroot /mnt /usr/sbin/pkg_add -I -) elif [ "X${_f}" = "X${_kernel}" ]; then ( cd /mnt ; ftp ${_ftp_active} -V -m ${_url_base}/${_f} ) |