aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert1997-03-23 18:46:03 +0000
committerPaul Eggert1997-03-23 18:46:03 +0000
commit6ef88a0a806910e18caa0581cf78d0e309d9bab6 (patch)
tree80df00f283e82062b3da5c06dd55c14deb27963f /lib-src
parent441affdb50dc5d0dabe383fb54d42b9aecc19325 (diff)
downloademacs-6ef88a0a806910e18caa0581cf78d0e309d9bab6.tar.gz
emacs-6ef88a0a806910e18caa0581cf78d0e309d9bab6.zip
(initialize_fullname): Set NIS_PATH to the empty string before invoking
nismatch, in case it's set to some nonstandard value.
Diffstat (limited to 'lib-src')
-rwxr-xr-xlib-src/rcs2log4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log
index 390bba898cb..70b0eb4e145 100755
--- a/lib-src/rcs2log
+++ b/lib-src/rcs2log
@@ -28,7 +28,7 @@ Options:
28 28
29Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.' 29Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
30 30
31Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $' 31Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $'
32 32
33# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. 33# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
34 34
@@ -405,7 +405,7 @@ EOF
405 ( 405 (
406 cat /etc/passwd 406 cat /etc/passwd
407 for author in $authors 407 for author in $authors
408 do nismatch $author passwd.org_dir 408 do NIS_PATH= nismatch $author passwd.org_dir
409 done 409 done
410 ypmatch $authors passwd 410 ypmatch $authors passwd
411 ) 2>/dev/null | 411 ) 2>/dev/null |