From a4725e9c739030ae41118ce670366802cfacbdce Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 3 Mar 2006 00:34:52 +0000 Subject: [PATCH] Bug 6638 - Change from a historic BSD command to a POSIX command for determining username git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@11634 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/make_build_h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/make_build_h b/build_tools/make_build_h index cd6391a883..a9b0419856 100755 --- a/build_tools/make_build_h +++ b/build_tools/make_build_h @@ -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 /*