aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-04 15:49:27 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-04 15:49:27 +0000
commit160408e5b38cf9c52a6e9d5865b73eb6463a72c2 (patch)
treebafb36c0b4e6ae51b433f9b059b046e8df07f104
parenta28ec5fc759635c941131a73c24109e79e63c822 (diff)
Fix fallout from removing from configure script. Pointed out by philipp64 on #asterisk-dev
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@260801 f38db490-d61c-443f-a65b-d21fe96a405b
-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 b7dadfc33..a7cb6fe2e 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=`${ID} -un`
+USER=`id | awk -F")" '{print $1}'| awk -F"(" '{print $2}'`
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
cat << END
/*