edoapra 2023-10-19 16:06:02 -07:00
parent 2b30fc57cd
commit dc4a04bda8
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0
2 changed files with 2 additions and 0 deletions

View file

@ -187,6 +187,7 @@ c
! For most purposes, it is more useful to use the environment variable
! LOGNAME to find out who the user is. This is more flexible precisely
! because the user can set LOGNAME arbitrarily.
call util_getenv('LOGNAME',user)
#else
call getlog(user)
#endif

View file

@ -44,6 +44,7 @@ c
! For most purposes, it is more useful to use the environment variable
! LOGNAME to find out who the user is. This is more flexible precisely
! because the user can set LOGNAME arbitrarily.
call util_getenv('LOGNAME',user)
#else
call getlog(user)
#endif