Modified user definition for WIN95.

This commit is contained in:
Janet B. Anderson
1997-10-21 21:18:19 +00:00
parent 499b4271cf
commit d450236074

View File

@@ -219,7 +219,7 @@ sub GetUser # no args
# add to this list if new possibilities arise,
# currently it's UNIX and WIN32:
$user=$ENV{USER} || $ENV{USERNAME};
$user=$ENV{USER} || $ENV{USERNAME} || Win32::LoginName();
unless ($user)
{