diff options
| author | Christian Marangi <[email protected]> | 2023-01-22 01:42:10 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-06 13:04:52 -0500 |
| commit | 748c1ab464852eaca06a57af067565e73223e7bb (patch) | |
| tree | 80dce5b56d4d979a70ac62f1beae2078b0f2ec8e /scripts | |
| parent | c5279ea1c300d52a5cb4b47881f21cf08caec790 (diff) | |
Makefile: fix shell error for darwin major/minor version check
Fix shell error:
/bin/sh: line 0: [: too many arguments
for the darwin major/minor version check.
It seems for os_x_before for some reason DARWIN_MAJOR_VERSION and
DARWIN_MINOR_VERSION are empty. To fix this set DARWIN_MAJOR_VERSION
and DARWIN_MINOR_VERSION to be evaluated once so the value is retained.
Signed-off-by: Christian Marangi <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
