From: Kevin P. Fleming Date: Tue, 21 Jun 2005 01:05:31 +0000 (+0000) Subject: ensure script is portable to non-GNU systems (bug #4509) X-Git-Tag: 1.2.0-beta1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e49ea06442d7c24651a41e074e5bf2c4d3a1bc4d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/build_tools/make_build_h b/build_tools/make_build_h index fda1cea380..1a62fc2383 100755 --- a/build_tools/make_build_h +++ b/build_tools/make_build_h @@ -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