Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)

This commit is contained in:
martti 2002-05-15 08:17:56 +00:00
parent eedae55de3
commit 592f55864b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: etcupdate,v 1.2 2002/05/13 12:43:16 martti Exp $
# $NetBSD: etcupdate,v 1.3 2002/05/15 08:17:56 martti Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@ -49,7 +49,7 @@
# The idea for this script (including code fragments, variable names etc.)
# came from the FreeBSD mergemaster (by Douglas Barton).
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}"
# Default settings
TEMPROOT="${TEMPROOT:=/tmp/temproot}"