Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Pull in changes to build scripts that were merged to develop #6362

Merged
merged 1 commit into from
Nov 20, 2018

Conversation

emorybarlow
Copy link
Contributor

Change Description

Pulls in changes to build scripts that were merged into develop

Consensus Changes

API Changes

Documentation Additions

@emorybarlow emorybarlow requested a review from zreyn November 20, 2018 19:22
@@ -3,7 +3,7 @@
VERS=`sw_vers -productVersion | awk '/10\.13\..*/{print $0}'`
if [[ -z "$VERS" ]];
then
VERS=`sw_vers -productVersion | awk '/10\.14\..*/{print $0}'`
VERS=`sw_vers -productVersion | awk '/10\.14.*/{print $0}'`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there version strings that omit the dot after 10.14, if so, is that the same for line 3 where we have 10.13. as the literal match?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason the mojave version string is just 10.14 where as high sierra is 10.13.xx. So in the case of high sierra we need that extra dot.

@wanderingbort wanderingbort merged commit 131b193 into release/1.4.x Nov 20, 2018
@wanderingbort wanderingbort deleted the fix-build-scripts branch November 20, 2018 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants