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

Get demo working on OS X El Capitan #4

Merged
merged 1 commit into from Nov 16, 2015
Merged

Get demo working on OS X El Capitan #4

merged 1 commit into from Nov 16, 2015

Conversation

timj
Copy link
Member

@timj timj commented Nov 16, 2015

  • Pass library loader path through (it is stripped when bash
    is started)
  • Call "export-results" explicitly via Python rather than relying
    on /usr/bin/env

@@ -1,5 +1,12 @@
#!/bin/bash

# On OS X El Capitan we need to pass through the library load path
if [[ $(uname -s) = Darwin* ]]; then
if test -z "$DYLD_LIBRARY_PATH"; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Using []'s is probably a hair more idiomatic thees days but this is fine as-is. [[]] could also be used in this case since the shell is specified as bash instead of bourne.

@jhoblitt
Copy link
Contributor

👍

* Pass library loader path through (it is stripped when bash
  is started)
* Call "export-results" explicitly via Python rather than relying
  on /usr/bin/env
timj added a commit that referenced this pull request Nov 16, 2015
Get demo working on OS X El Capitan
@timj timj merged commit b08dba2 into master Nov 16, 2015
@ktlim ktlim deleted the tickets/DM-3200 branch August 25, 2018 06:15
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