1. 12 Feb, 2018 4 commits
  2. 09 Feb, 2018 3 commits
  3. 08 Feb, 2018 3 commits
  4. 07 Feb, 2018 2 commits
  5. 06 Feb, 2018 2 commits
  6. 05 Feb, 2018 4 commits
  7. 02 Feb, 2018 1 commit
  8. 01 Feb, 2018 2 commits
  9. 31 Jan, 2018 6 commits
  10. 30 Jan, 2018 12 commits
  11. 29 Jan, 2018 1 commit
    • Daniel Stenberg's avatar
      configure: set PATH_SEPARATOR to colon for PATH w/o separator · b7db2842
      Daniel Stenberg authored
      The logic tries to figure out what the path separator in the $PATH
      variable is, but if there's only one directory in the $PATH it
      fails. This change make configure *guess* on colon instead of erroring
      out, simply because that is probably the more common character.
      
      PATH_SEPARATOR can always be set by the user to override the guessing.
      
      (tricky bug to reproduce, as in my case for example the configure script
      requires binaries in more than one directory so passing in a PATH with a
      single dir fails.)
      
      Reported-by: Earnestly on github
      Fixes #2202
      Closes #2265
      b7db2842