summaryrefslogtreecommitdiff
path: root/source3/script/build_env.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-09-19 11:44:00 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-09-19 11:44:00 +0000
commitb882efea35182c18685f4e5429b0c6dc7432e09f (patch)
tree0012411de98c9a939e1f6b89e1c7fa06a09da59d /source3/script/build_env.sh
parent31c44c4744be67159c7b98dc698233572febf083 (diff)
downloadsamba-b882efea35182c18685f4e5429b0c6dc7432e09f.tar.gz
samba-b882efea35182c18685f4e5429b0c6dc7432e09f.tar.bz2
samba-b882efea35182c18685f4e5429b0c6dc7432e09f.zip
typo
(This used to be commit 7a47e0fceb8999de93ac9e5721bf65401630dec6)
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