1. 16 Aug, 2018 4 commits
  2. 15 Aug, 2018 2 commits
  3. 31 Jul, 2018 1 commit
  4. 27 Jul, 2018 3 commits
  5. 26 Jul, 2018 1 commit
  6. 24 Jul, 2018 1 commit
  7. 17 Jul, 2018 1 commit
    • Ain's avatar
      Fix borked version display for mksh · f960594c
      Ain authored
      `"$SHELL" -c "printf %s \$KSH_VERSION"` as part of the shell version
      detection for ksh and mksh was expanding to `printf %s $KSH_VERSION`
      inside of shell. This resulted in `$KSH_VERSION` being substituted as
      multiple arguments to printf. While (afaik) unspecified, mksh, bash
      and zsh resort to repeating the format strings. This resulted in all
      spaces missing from `$shell`, which in turn caused the string cleanup
      to fail: `Shell: mksh @MIRBSDKSHR562017/08/29`
      
      Quoting `$KSH_VERSION` causes it to be given to printf as a single
      argument, which preserves its spaces. The output after this change
      looks like follows: `Shell: mksh R56 2017/08/29`
      f960594c
  8. 16 Jul, 2018 2 commits
  9. 24 Jun, 2018 3 commits
  10. 23 Jun, 2018 2 commits
  11. 22 Jun, 2018 1 commit
  12. 21 Jun, 2018 4 commits
  13. 20 Jun, 2018 3 commits
  14. 19 Jun, 2018 6 commits
  15. 18 Jun, 2018 6 commits