Skip to content
Snippets Groups Projects
  • Ansuel Smith's avatar
    88204bfa
    treewide: drop use of which · 88204bfa
    Ansuel Smith authored
    
    Ubuntu started to flag which as deprecated and it
    seems which is not really standard and may vary
    across Distro.
    Drop the use of which and use the standard 'command -v'
    for this simple task.
    Which is still present in the prereq if some package/script
    still use which.
    A utility script called command_all.sh is implemented that
    will just mimic the output of which -a.
    
    Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
    88204bfa
    History
    treewide: drop use of which
    Ansuel Smith authored
    
    Ubuntu started to flag which as deprecated and it
    seems which is not really standard and may vary
    across Distro.
    Drop the use of which and use the standard 'command -v'
    for this simple task.
    Which is still present in the prereq if some package/script
    still use which.
    A utility script called command_all.sh is implemented that
    will just mimic the output of which -a.
    
    Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Makefile 3.96 KiB