Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f280b6

Browse files
committed
Use $LOGNAME instead of $USER to get the current user -- it seems to
be the state of the art.
1 parent 433c8ca commit 0f280b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BIBTEX= bibtex
5151
DVIPS= dvips -f -N0
5252
MAKEINDEX= makeindex
5353
L2H= latex2html
54-
L2HARGS= -address $$USER@`domainname`
54+
L2HARGS= -address $$LOGNAME@`domainname`
5555

5656
# Install destination -- not used now but might be useful some time...
5757
DESTDIR= /usr/local

0 commit comments

Comments
 (0)