1. Apr 03, 2023
  2. Mar 22, 2023
  3. Mar 10, 2023
  4. Mar 21, 2023
  5. Jan 22, 2023
    • Nicolas signed-log FORMICHELLA's avatar
      [Fix] Remove unneeded call to `ls` in `nvm_arch` · edacf827
      Nicolas signed-log FORMICHELLA authored
      Remove the call to `ls` that was used to determine the symlink
      destination
      
      Reasoning :
      
      * `od` resolves symlink itself due to the use of `fopen`
      * Prevent the behaviour of `od` which will hang if the filename is
        empty (i.e. `/sbin/init` missing) as it will be waiting for `stdin`
        compared to quitting with error if the file just doesn't exist
      
      Fixes #3006
      edacf827
  6. Oct 26, 2022
  7. Dec 28, 2022
  8. Dec 25, 2022
  9. Dec 26, 2022
  10. Dec 23, 2022
  11. Apr 15, 2022
  12. Dec 01, 2022
  13. Dec 23, 2022
  14. Dec 22, 2022
  15. Oct 26, 2022
  16. Dec 22, 2022
  17. Dec 21, 2022
  18. Dec 22, 2022
  19. Oct 26, 2022
  20. Oct 24, 2022
  21. Oct 21, 2022
  22. Oct 20, 2022
    • ryenus's avatar
      [Fix] grep: warning: stray \ before / · 97217915
      ryenus authored
      No need to escape the `/` char in a grep pattern.
      This is to fix the below error when using newer grep with `nvm_command_info`
      
      > $ nvm_command_info curl
      > grep: warning: stray \ before /
      > /usr/bin/curl
      
      This happens with at least GNU grep 3.8 version.
      97217915
  23. Oct 18, 2022
  24. Oct 17, 2022
  25. Oct 15, 2022
  26. Oct 14, 2022
  27. Oct 13, 2022
  28. Sep 08, 2022
  29. Jun 05, 2022
  30. Sep 21, 2022