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

See if using ; under Windows work better for dirs #1124

Merged
merged 6 commits into from
Jul 8, 2019
Merged

Commits on Jul 7, 2019

  1. See if using ; under Windows work better for dirs

    In movie, we select the directory separator based on the scripting language, but since this fails on Windows perhaps we should always select ; there.  Give it a try on the animation tests.
    PaulWessel committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    ba0950a View commit details
    Browse the repository at this point in the history
  2. Fix typo

    PaulWessel committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d7dc9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Use commas for path separators

    Since DATA_DIR is just for GMT internal use we should not use OS-specific PATH separators but just use a harmless comma.
    PaulWessel committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    73cf4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8809948 View commit details
    Browse the repository at this point in the history
  3. No more backslashes

    No longer use backslash in movie for dir separator.  Replace any incoming backslash in paths with forward slash.
    PaulWessel committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ff92f49 View commit details
    Browse the repository at this point in the history
  4. Amazing...

    PaulWessel committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    2b4f90f View commit details
    Browse the repository at this point in the history