Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix where version is unpatched minor (eg 14.1) #97

Merged
merged 1 commit into from Nov 2, 2018
Merged

Conversation

frossie
Copy link
Member

@frossie frossie commented Nov 2, 2018

No description provided.

@frossie frossie requested a review from jhoblitt November 2, 2018 18:06
@@ -324,7 +324,7 @@ n8l::sys::platform() {
osx)
case $__release in
# XXX bash 3.2 on osx does not support case fall-through
10.9.* | 10.1?.*)
10.9.* | 10.1?.* | 10.1?)
Copy link
Member

Choose a reason for hiding this comment

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

I presume this can be simplified to 10.9.* | 10.1*) but this should be doubled checked to work on OSX's antiquated bash 3.2 + patches.

@frossie frossie merged commit c60d34a into master Nov 2, 2018
@frossie frossie deleted the tickets/DM-16380 branch November 2, 2018 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants