mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Fix a longstanding bogon with setenv usage.
Submitted by: jkh
This commit is contained in:
parent
bf8f9d53f6
commit
f3f67b81b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2540
@ -40,7 +40,7 @@
|
||||
set SRCHPATHS = "/" # directories to be put in the database
|
||||
set LIBDIR = /usr/libexec # for subprograms
|
||||
# for temp files
|
||||
if (! $?TMPDIR) setenv TMPDIR = /var/tmp
|
||||
if (! $?TMPDIR) setenv TMPDIR /var/tmp
|
||||
set FCODES = /var/db/locate.database # the database
|
||||
|
||||
set path = ( /bin /usr/bin )
|
||||
|
Loading…
Reference in New Issue
Block a user