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 bash login when $CMDER_ROOT has spaces #1078

Merged

Commits on Aug 20, 2016

  1. Fix bash login when ${CMDER_ROOT} has spaces.

    E.g., if ${CMDER_ROOT} is /c/Users/Foo Bar/cmder,
    the following errors will occur:
      bash: pushd: /c/Users/Foo: No such file or directory
      bash: [: /c/Users/Foo: binary operator expected
      bash: /c/Users/Foo: No such file or directory
    orionlee committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    d095d6a View commit details
    Browse the repository at this point in the history
  2. Further fix bash login when ${CMDER_ROOT} has spaces.

    Inspecting the script uncovers similar problems elsewhere
    not encountered in my initial testing. They are fixed accordingly.
    orionlee committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    5354b5f View commit details
    Browse the repository at this point in the history