diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 11:44:00 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-19 11:44:00 +0000 |
commit | b882efea35182c18685f4e5429b0c6dc7432e09f (patch) | |
tree | 0012411de98c9a939e1f6b89e1c7fa06a09da59d /source3/script | |
parent | 31c44c4744be67159c7b98dc698233572febf083 (diff) | |
download | samba-b882efea35182c18685f4e5429b0c6dc7432e09f.tar.gz samba-b882efea35182c18685f4e5429b0c6dc7432e09f.tar.bz2 samba-b882efea35182c18685f4e5429b0c6dc7432e09f.zip |
typo
(This used to be commit 7a47e0fceb8999de93ac9e5721bf65401630dec6)
Diffstat (limited to 'source3/script')
-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 |