ensure script is portable to non-GNU systems (bug #4509)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5948 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-21 01:05:31 +00:00
parent 5285af5631
commit e49ea06442

View File

@@ -4,7 +4,7 @@ KERNEL=`uname -r`
MACHINE=`uname -m`
OS=`uname -s`
USER=`whoami`
DATE=`date --utc "+%Y-%m-%d %H:%M:%S"`
DATE=`date -u "+%Y-%m-%d %H:%M:%S"`
cat << END
/*
* build.h