mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
5243b79053
commit
5e1fb2d074
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fi
|
|||
|
||||
our_date() {
|
||||
case $(uname) in
|
||||
NetBSD|OpenBSD|DragonFly|FreeBSD)
|
||||
NetBSD|OpenBSD|DragonFly|FreeBSD|Darwin)
|
||||
date -r $1 $2
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Reference in a new issue