genbuild_h: Add Mac OS to case of "data -r"

Change-Id: I2a43a1b1749da207b7a23b8eb252c13605121533
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: http://review.coreboot.org/11599
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
zbao 2015-09-09 05:16:40 -04:00 committed by Zheng Bao
parent 5243b79053
commit 5e1fb2d074
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fi
our_date() { our_date() {
case $(uname) in case $(uname) in
NetBSD|OpenBSD|DragonFly|FreeBSD) NetBSD|OpenBSD|DragonFly|FreeBSD|Darwin)
date -r $1 $2 date -r $1 $2
;; ;;
*) *)