1. 13 May, 2020 1 commit
  2. 06 May, 2020 1 commit
  3. 04 May, 2020 1 commit
  4. 27 Apr, 2020 2 commits
  5. 16 Apr, 2020 1 commit
  6. 17 Oct, 2019 1 commit
  7. 23 Aug, 2019 1 commit
  8. 19 Aug, 2019 1 commit
  9. 03 May, 2019 1 commit
  10. 26 Mar, 2019 1 commit
  11. 26 Nov, 2018 1 commit
  12. 29 Oct, 2018 1 commit
  13. 11 Sep, 2018 1 commit
  14. 03 Sep, 2018 2 commits
  15. 29 Aug, 2018 1 commit
    • Jason Edmeades's avatar
      cmd: Handle single line 'if' as nested if or with redirects. · 58d21b33
      Jason Edmeades authored
      A single line if statement causes problems when it has redirects
      and/or continuation type operators (|, &&, || etc) because it is
      expected that if there is more than one command in the 'if', then it
      will use brackets. This patch changes the 'if' parsing to emulate
      brackets at a continuation character. In addition, 'for' and 'if'
      statements do not have their output redirected immediately, instead it
      is redirected on the individual commands being executed not the
      statement itself. We were opening the redirect once for the 'if' and
      once for the processing of the statement inside the if.
      Signed-off-by: 's avatarJason Edmeades <us@edmeades.me.uk>
      Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
      58d21b33
  16. 21 Aug, 2018 1 commit
  17. 16 Aug, 2018 1 commit
  18. 16 Jul, 2018 1 commit
  19. 05 Jul, 2018 1 commit
  20. 14 Nov, 2017 1 commit
  21. 02 Nov, 2017 1 commit
  22. 21 Jun, 2017 1 commit
  23. 31 Jan, 2017 1 commit
  24. 20 Jun, 2016 1 commit
  25. 07 Jan, 2016 1 commit
  26. 08 Dec, 2015 1 commit
  27. 14 Oct, 2015 1 commit
  28. 18 Aug, 2015 1 commit
  29. 15 Jun, 2015 1 commit
  30. 08 May, 2015 1 commit
  31. 23 Feb, 2015 1 commit
  32. 10 Sep, 2014 1 commit
  33. 01 Jul, 2014 1 commit
  34. 10 Feb, 2014 1 commit
  35. 05 Jun, 2013 2 commits
  36. 04 Jun, 2013 1 commit
  37. 01 Mar, 2013 1 commit