diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index b2fb4366b..47c3cf8b6 100755 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -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} || Win32::LoginName(); + $user=$ENV{USER} || $ENV{USERNAME} || $ENV{LOGNAME} || Win32::LoginName(); unless ($user) {