aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 00:34:52 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-03 00:34:52 +0000
commit4dedb49b876dca7368c106ee426e1243524ae49a (patch)
tree0dcbff8510d0aebd173bb2a665f91a543a9e57c1 /build_tools
parentf67a6088ecd216ba58218dc3bc012d5a1eceab5f (diff)
Bug 6638 - Change from a historic BSD command to a POSIX command for determining username
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@11634 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_build_h2
1 files changed, 1 insertions, 1 deletions
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
/*