fixed null username
This commit is contained in:
parent
29335b4442
commit
11c8930548
2 changed files with 4882 additions and 3156 deletions
|
|
@ -232,6 +232,9 @@ if test "x${OS_IS_WIN}" = "x1"; then
|
|||
fi
|
||||
|
||||
if test -z "$username"; then username=$USER; fi
|
||||
if test -z "$username"; then username=$USERNAME; fi
|
||||
if test -z "$username"; then username=`whoami`; fi
|
||||
|
||||
AC_SUBST(username)
|
||||
|
||||
AC_SUBST(ctroot)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue