summaryrefslogtreecommitdiff
path: root/source3/script/build_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/build_env.sh')
-rwxr-xr-xsource3/script/build_env.sh2
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