Include user's PATH (pkg/16828 by HAMAJIMA Katsuomi)
This commit is contained in:
parent
eedae55de3
commit
592f55864b
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue