Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
  2. Nov 19, 2019
  3. Nov 05, 2019
  4. Oct 22, 2019
  5. Oct 21, 2019
  6. Oct 15, 2019
  7. Aug 22, 2019
  8. Aug 21, 2019
  9. May 24, 2019
  10. Apr 11, 2019
  11. Apr 10, 2019
  12. Mar 27, 2019
  13. Jan 25, 2019
  14. Jan 24, 2019
    • Julian Ospald's avatar
      Fix edo in bootstrap-haskell · 99843f32
      Julian Ospald authored
      This seems to have caused occasional weird
      side-effects on the following line:
      
        edo curl https://raw.githubusercontent.com/haskell/ghcup/master/ghcup > "${HOME}"/.ghcup/bin/ghcup
        ...
        edo ghcup install
      
      It would result in:
      
        ~/.ghcup/bin/ghcup: line 1: $'\E[0': command not found
        ~/.ghcup/bin/ghcup: line 1: 35mcurl: command not found
      
      which seems to be because of printf and the piping command.
      It's not entirely clear to me what happens here, but it
      seems part of the printf output to stdout where mixed
      with the next command.
      99843f32
  15. Jan 07, 2019
  16. Jan 04, 2019
Loading