1. 15 May, 2018 1 commit
    • Greg Spencer's avatar
      Fix flutter shell script to handle properly shells that have CDPATH set (#17589) · ace27819
      Greg Spencer authored
      Before this change, if CDPATH was set, and you type (from the flutter root) "bin/flutter --version" you would get an error.
      
      This is because the cd command in follow_links was printing the directory Bash chose from the CDPATH to stdout, causing the path to have a newline in it, which understandably confuses the rest of the script.
      ace27819
  2. 14 May, 2018 6 commits
  3. 12 May, 2018 1 commit
  4. 11 May, 2018 15 commits
  5. 10 May, 2018 14 commits
  6. 09 May, 2018 3 commits