summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1997-03-23 18:46:03 +0000
committerPaul Eggert <eggert@twinsun.com>1997-03-23 18:46:03 +0000
commitd9e89c0ababc08aaa19b616b8979ca5423f131c2 (patch)
tree7363b6c6e2edd8be4abc62f28725a39d4e4c66ad
parent01358ea93de29609f12775d6dce0a1148894c06e (diff)
downloademacs-d9e89c0ababc08aaa19b616b8979ca5423f131c2.tar.gz
(initialize_fullname): Set NIS_PATH to the empty string before invoking
nismatch, in case it's set to some nonstandard value.
-rw-r--r--lib-src/=rcs2log4
-rwxr-xr-xlib-src/rcs2log4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/=rcs2log b/lib-src/=rcs2log
index 390bba898cb..70b0eb4e145 100644
--- a/lib-src/=rcs2log
+++ b/lib-src/=rcs2log
@@ -28,7 +28,7 @@ Options:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -405,7 +405,7 @@ EOF
(
cat /etc/passwd
for author in $authors
- do nismatch $author passwd.org_dir
+ do NIS_PATH= nismatch $author passwd.org_dir
done
ypmatch $authors passwd
) 2>/dev/null |
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:
Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.'
-Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $'
+Id='$Id: rcs2log,v 1.37 1997/03/21 22:12:24 eggert Exp eggert $'
# Copyright 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
@@ -405,7 +405,7 @@ EOF
(
cat /etc/passwd
for author in $authors
- do nismatch $author passwd.org_dir
+ do NIS_PATH= nismatch $author passwd.org_dir
done
ypmatch $authors passwd
) 2>/dev/null |