]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Bug 6638 - Change from a historic BSD command to a POSIX command for determining...
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Mar 2006 00:34:52 +0000 (00:34 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 3 Mar 2006 00:34:52 +0000 (00:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@11634 65c4cc65-6c06-0410-ace0-fbb531ad65f3

build_tools/make_build_h

index cd6391a8833e77d3eb84a8cf834869f32111c725..a9b04198564c9009d61ad5c8af2d88d42044cca9 100755 (executable)
@@ -3,7 +3,7 @@ HOSTNAME=`uname -n`
 KERNEL=`uname -r`
 MACHINE=`uname -m`
 OS=`uname -s`
-USER=`whoami`
+USER=`id -un`
 DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
 cat << END
 /*