From owner-freebsd-commit Sun Oct 22 07:06:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07634 for freebsd-commit-outgoing; Sun, 22 Oct 1995 07:06:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07622 for cvs-all-outgoing; Sun, 22 Oct 1995 07:06:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07612 for cvs-user-outgoing; Sun, 22 Oct 1995 07:06:52 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA07602 ; Sun, 22 Oct 1995 07:06:45 -0700 Date: Sun, 22 Oct 1995 07:06:45 -0700 From: "Jordan K. Hubbard" Message-Id: <199510221406.HAA07602@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall system.c Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/22 07:06:44 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall system.c Log: Make sure that $HOME is always set. Applications like ee shouldn't blithly assume that HOME *is* set, but it's probably easier to just set it to some reasonable default here rather than assuming that no other apps will get similarly confused.