From b882efea35182c18685f4e5429b0c6dc7432e09f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 19 Sep 2001 11:44:00 +0000 Subject: typo (This used to be commit 7a47e0fceb8999de93ac9e5721bf65401630dec6) --- source3/script/build_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit