diff options
-rwxr-xr-x | source3/script/build_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/build_env.sh b/source3/script/build_env.sh index 8ae79da7b9..b71d12b20a 100755 --- a/source3/script/build_env.sh +++ b/source3/script/build_env.sh @@ -12,7 +12,7 @@ compiler=$3 if [ ! $LOGNAME = "" ]; then whoami=$LOGNAME else - whoami=`whoai || id -un` + whoami=`whoami || id -un` fi fi |