Mercurial > emacs
comparison lib-src/rcs2log @ 17233:a40eff0f724c
(initialize_fullname): Set NIS_PATH to the empty string before invoking
nismatch, in case it's set to some nonstandard value.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Sun, 23 Mar 1997 18:46:03 +0000 |
parents | 9555c074333c |
children | edebe056f7bc |
comparison
equal
deleted
inserted
replaced
17232:4604d19bd730 | 17233:a40eff0f724c |
---|---|
26 --help Output help. | 26 --help Output help. |
27 --version Output version number. | 27 --version Output version number. |
28 | 28 |
29 Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.' | 29 Report bugs to <bug-gnu-emacs@prep.ai.mit.edu>.' |
30 | 30 |
31 Id='$Id: rcs2log,v 1.36 1997/01/20 09:03:05 eggert Exp eggert $' | 31 Id='$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 |
35 # This program is free software; you can redistribute it and/or modify | 35 # This program is free software; you can redistribute it and/or modify |
36 # it under the terms of the GNU General Public License as published by | 36 # it under the terms of the GNU General Public License as published by |
403 | 403 |
404 initialize_fullname=` | 404 initialize_fullname=` |
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 | |
412 $AWK -F: "$awkscript" | 412 $AWK -F: "$awkscript" |
413 `$initialize_fullname | 413 `$initialize_fullname |