typo
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Sep 2001 11:44:00 +0000 (11:44 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Sep 2001 11:44:00 +0000 (11:44 +0000)
(This used to be commit 7a47e0fceb8999de93ac9e5721bf65401630dec6)

source3/script/build_env.sh

index 8ae79da7b96a0350c1b3da04660833202344612a..b71d12b20a39b154659d5ab7e848e82374dc4286 100755 (executable)
@@ -12,7 +12,7 @@ compiler=$3
            if [ ! $LOGNAME = "" ]; then
                whoami=$LOGNAME
            else
-               whoami=`whoai || id -un`
+               whoami=`whoami || id -un`
            fi
        fi