From ffe5ffda175f191941b0cf9200d55c83b96def76 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 3 Mar 2006 00:41:19 +0000 Subject: Merged revisions 11634-11635 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11634 | tilghman | 2006-03-02 18:34:52 -0600 (Thu, 02 Mar 2006) | 2 lines Bug 6638 - Change from a historic BSD command to a POSIX command for determining username ........ r11635 | tilghman | 2006-03-02 18:38:14 -0600 (Thu, 02 Mar 2006) | 2 lines Bug 6638 - Use POSIX command for Solaris ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11636 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- build_tools/make_build_h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/make_build_h') diff --git a/build_tools/make_build_h b/build_tools/make_build_h index cd6391a88..a9b041985 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 /* -- cgit v1.2.3